Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/xcvs/dist/src add acl prototype



details:   https://anonhg.NetBSD.org/src/rev/2ad3e1d1ee26
branches:  trunk
changeset: 777891:2ad3e1d1ee26
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 08 20:44:32 2012 +0000

description:
add acl prototype

diffstat:

 external/gpl2/xcvs/dist/src/parseinfo.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (9 lines):

diff -r b8651837a153 -r 2ad3e1d1ee26 external/gpl2/xcvs/dist/src/parseinfo.h
--- a/external/gpl2/xcvs/dist/src/parseinfo.h   Thu Mar 08 20:44:06 2012 +0000
+++ b/external/gpl2/xcvs/dist/src/parseinfo.h   Thu Mar 08 20:44:32 2012 +0000
@@ -65,4 +65,5 @@
 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 */



Home | Main Index | Thread Index | Old Index