diff options
Diffstat (limited to 'contrib/cvs/src/root.h')
-rw-r--r-- | contrib/cvs/src/root.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/src/root.h b/contrib/cvs/src/root.h index b6edec4..089b694 100644 --- a/contrib/cvs/src/root.h +++ b/contrib/cvs/src/root.h @@ -54,3 +54,4 @@ void Create_Root PROTO((const char *dir, const char *rootdir)); void root_allow_add PROTO ((char *)); void root_allow_free PROTO ((void)); int root_allow_ok PROTO ((char *)); +int root_allow_used PROTO ((void)); |