New `parse' interface to configuration file parser; informs caller
[become] / src / parser.h
index cd64a67..908b051 100644 (file)
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: parser.h,v 1.1 1997/07/21 13:47:46 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
  */
 
-/*----- Licencing notice --------------------------------------------------*
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of `become'
  *
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with `become'; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with `become'; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
 /*----- Revision history --------------------------------------------------*
  *
  * $Log: parser.h,v $
- * Revision 1.1  1997/07/21 13:47:46  mdw
+ * 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.
+ *
+ * Revision 1.1  1997/07/21  13:47:46  mdw
  * Initial revision
  *
  */
@@ -59,7 +69,7 @@ extern int yydebug;                   /* Debugging flag for parser */
 
 /*----- Functions provided ------------------------------------------------*/
 
-/* --- @yyparse@ --- *
+/* --- @parse@ --- *
  *
  * Arguments:  ---
  *
@@ -68,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 -------------------------------------------------*/