X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/08cb0dd89765683f47206905c9116b73949fee63..0ac54f22a766f068db98e1caecbc913cb0cfd191:/conf.h diff --git a/conf.h b/conf.h index f9e25e9..7b656e0 100644 --- a/conf.h +++ b/conf.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conf.h,v 1.7 2002/02/22 23:42:56 mdw Exp $ + * $Id: conf.h,v 1.8 2003/11/25 14:08:23 mdw Exp $ * * Configuration parsing * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: conf.h,v $ + * Revision 1.8 2003/11/25 14:08:23 mdw + * Debianization. Socket target options. Internet binding. + * * Revision 1.7 2002/02/22 23:42:56 mdw * `fw'-specific configuration code moved out. This file might become part * of a library some day. @@ -232,7 +235,7 @@ extern int conf_prefix(scanner */*sc*/, const char */*p*/); * because the option wasn't accepted. \ */ \ \ - goto _conf_reject; \ + goto _conf_reject; \ _conf_reject: \ if (_conf_state == CS_PLAIN) \ _conf_state = CS_UNKNOWN; \