xref: /dragonfly/contrib/cvs-1.12/src/update.h (revision 86d7f5d3)
1*86d7f5d3SJohn Marino /* Declarations for update.c.
2*86d7f5d3SJohn Marino 
3*86d7f5d3SJohn Marino    This program is free software; you can redistribute it and/or modify
4*86d7f5d3SJohn Marino    it under the terms of the GNU General Public License as published by
5*86d7f5d3SJohn Marino    the Free Software Foundation; either version 2, or (at your option)
6*86d7f5d3SJohn Marino    any later version.
7*86d7f5d3SJohn Marino 
8*86d7f5d3SJohn Marino    This program is distributed in the hope that it will be useful,
9*86d7f5d3SJohn Marino    but WITHOUT ANY WARRANTY; without even the implied warranty of
10*86d7f5d3SJohn Marino    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11*86d7f5d3SJohn Marino    GNU General Public License for more details.  */
12*86d7f5d3SJohn Marino 
13*86d7f5d3SJohn Marino int do_update (int argc, char *argv[], char *xoptions, char *xtag,
14*86d7f5d3SJohn Marino 	       char *xdate, int xforce, int local, int xbuild,
15*86d7f5d3SJohn Marino 	       int xaflag, int xprune, int xpipeout, int which,
16*86d7f5d3SJohn Marino 	       char *xjoin_rev1, char *xjoin_date1,
17*86d7f5d3SJohn Marino 	       char *xjoin_rev2, char *xjoin_date2,
18*86d7f5d3SJohn Marino 	       char *preload_update_dir, int xdotemplate,
19*86d7f5d3SJohn Marino 	       char *repository);
20*86d7f5d3SJohn Marino int joining (void);
21*86d7f5d3SJohn Marino extern int isemptydir (const char *dir, int might_not_exist);
22