Module Name: src
Committed By: christos
Date: Thu Mar 8 20:44:32 UTC 2012
Modified Files:
src/external/gpl2/xcvs/dist/src: parseinfo.h
Log Message:
add acl prototype
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/parseinfo.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl2/xcvs/dist/src/parseinfo.h
diff -u src/external/gpl2/xcvs/dist/src/parseinfo.h:1.2 src/external/gpl2/xcvs/dist/src/parseinfo.h:1.3
--- src/external/gpl2/xcvs/dist/src/parseinfo.h:1.2 Wed Apr 8 12:27:51 2009
+++ src/external/gpl2/xcvs/dist/src/parseinfo.h Thu Mar 8 15:44:32 2012
@@ -65,4 +65,5 @@ struct config
bool parse_error (const char *, unsigned int);
struct config *parse_config (const char *, const char *);
void free_config (struct config *data);
+int parse_aclconfig (const char *cvsroot);
#endif /* !PARSEINFO_H */