/contrib/cvs/src/update.h

https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 23 lines · 7 code · 2 blank · 14 comment · 0 complexity · 3e80b428cd17b7acde3b507c860d1ee8 MD5 · raw file

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