New `parse' interface to configuration file parser; informs caller
[become] / src / parser.h
index db09482..908b051 100644 (file)
@@ -1,10 +1,10 @@
 /* -*-c-*-
  *
- * $Id: parser.h,v 1.2 1997/08/04 10:24:24 mdw Exp $
+ * $Id: parser.h,v 1.4 1998/04/23 13:26:11 mdw Exp $
  *
  * Parser for `become.conf' files
  *
- * (c) 1997 EBI
+ * (c) 1998 EBI
  */
 
 /*----- Licensing notice --------------------------------------------------*
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: parser.h,v $
+ * Revision 1.4  1998/04/23 13:26:11  mdw
+ * New `parse' interface to configuration file parser; informs caller
+ * whether parsing encountered any errors.
+ *
+ * Revision 1.3  1998/01/12 16:46:21  mdw
+ * Fix copyright date.
+ *
  * Revision 1.2  1997/08/04 10:24:24  mdw
  * Sources placed under CVS control.
  *
@@ -62,7 +69,7 @@ extern int yydebug;                   /* Debugging flag for parser */
 
 /*----- Functions provided ------------------------------------------------*/
 
-/* --- @yyparse@ --- *
+/* --- @parse@ --- *
  *
  * Arguments:  ---
  *
@@ -71,7 +78,7 @@ extern int yydebug;                   /* Debugging flag for parser */
  * Use:                Parses configuration files.
  */
 
-extern int yyparse(void);
+extern int parse(void);
 
 /*----- That's all, folks -------------------------------------------------*/