summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/server.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-06-22 10:55:49 +0000
committerpeter <peter@FreeBSD.org>1997-06-22 10:55:49 +0000
commit571cfa0005d94d99d1341bf8ab02be04d4df5f9f (patch)
tree8684660dbfd105deed9a44c9e97d4f56b231fac1 /contrib/cvs/src/server.h
parentfc35590c6dddf32e1fa855b541dc28a23965f90c (diff)
downloadFreeBSD-src-571cfa0005d94d99d1341bf8ab02be04d4df5f9f.zip
FreeBSD-src-571cfa0005d94d99d1341bf8ab02be04d4df5f9f.tar.gz
Import cvs-1.9.10
Diffstat (limited to 'contrib/cvs/src/server.h')
-rw-r--r--contrib/cvs/src/server.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/cvs/src/server.h b/contrib/cvs/src/server.h
index cbda7a5..743f090 100644
--- a/contrib/cvs/src/server.h
+++ b/contrib/cvs/src/server.h
@@ -29,6 +29,11 @@ extern void server_register
PROTO((char *name, char *version, char *timestamp,
char *options, char *tag, char *date, char *conflict));
+/* Set the modification time of the next file sent. This must be
+ followed by a call to server_updated on the same file. */
+extern void server_modtime PROTO ((struct file_info *finfo,
+ Vers_TS *vers_ts));
+
/*
* We want to nuke the Entries line for a file, and (unless
* server_scratch_entry_only is subsequently called) the file itself.
@@ -106,6 +111,10 @@ extern void server_cleanup PROTO((int sig));
extern void server_pause_check PROTO((void));
#endif /* SERVER_FLOWCONTROL */
+#ifdef AUTH_SERVER_SUPPORT
+extern char *CVS_Username;
+#endif /* AUTH_SERVER_SUPPORT */
+
#endif /* SERVER_SUPPORT */
/* Stuff shared with the client. */
OpenPOWER on IntegriCloud