chiark
/
gitweb
/
~mdw
/
become
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
New `parse' interface to configuration file parser; informs caller
[become]
/
src
/
parser.h
diff --git
a/src/parser.h
b/src/parser.h
index e1b5ac04cdcb0ad3fc22f32e745a84e7f1320d62..908b05107f4b3d1aab56129eb565d319cb7cb02f 100644
(file)
--- a/
src/parser.h
+++ b/
src/parser.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: parser.h,v 1.
3 1998/01/12 16:46:2
1 mdw Exp $
+ * $Id: parser.h,v 1.
4 1998/04/23 13:26:1
1 mdw Exp $
*
* Parser for `become.conf' files
*
*
* Parser for `become.conf' files
*
@@
-29,6
+29,10
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: parser.h,v $
/*----- 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.3 1998/01/12 16:46:21 mdw
* Fix copyright date.
*
@@
-65,7
+69,7
@@
extern int yydebug; /* Debugging flag for parser */
/*----- Functions provided ------------------------------------------------*/
/*----- Functions provided ------------------------------------------------*/
-/* --- @
yy
parse@ --- *
+/* --- @parse@ --- *
*
* Arguments: ---
*
*
* Arguments: ---
*
@@
-74,7
+78,7
@@
extern int yydebug; /* Debugging flag for parser */
* Use: Parses configuration files.
*/
* Use: Parses configuration files.
*/
-extern int
yy
parse(void);
+extern int parse(void);
/*----- That's all, folks -------------------------------------------------*/
/*----- That's all, folks -------------------------------------------------*/