summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/update.h')
-rw-r--r--contrib/cvs/src/update.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/cvs/src/update.h b/contrib/cvs/src/update.h
index 9a1fc00..1c3ea66 100644
--- a/contrib/cvs/src/update.h
+++ b/contrib/cvs/src/update.h
@@ -10,10 +10,14 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. */
+/*
+ * $FreeBSD$
+ */
+
int do_update PROTO((int argc, char *argv[], char *xoptions, char *xtag,
char *xdate, int xforce, int local, int xbuild,
int xaflag, int xprune, int xpipeout, int which,
char *xjoin_rev1, char *xjoin_rev2, char *preload_update_dir,
- int xdotemplate));
+ int xpull_template));
int joining PROTO((void));
extern int isemptydir PROTO ((char *dir, int might_not_exist));
OpenPOWER on IntegriCloud