X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/c36e735af553de4bc1776977341bd95b64483f72..71b6cc0bc9dd7f041f486a90b158954b5c2d1948:/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; \