diff options
author | Joris Vink <joris@cvs.openbsd.org> | 2006-05-28 21:38:31 +0000 |
---|---|---|
committer | Joris Vink <joris@cvs.openbsd.org> | 2006-05-28 21:38:31 +0000 |
commit | 167b7fd7b699fd24911d0c75910d3150cac0adc8 (patch) | |
tree | 301b5295238b298fb6222a7dc041aa4d9a39a0b7 /usr.bin/cvs | |
parent | f79baba3b85c9dc657ace83580690bbc0cf6f157 (diff) |
make it look a little less chaotic.
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r-- | usr.bin/cvs/util.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/cvs/util.h b/usr.bin/cvs/util.h index 596078ac7e4..d4485452722 100644 --- a/usr.bin/cvs/util.h +++ b/usr.bin/cvs/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.8 2006/05/28 21:34:37 joris Exp $ */ +/* $OpenBSD: util.h,v 1.9 2006/05/28 21:38:30 joris Exp $ */ /* * Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -43,11 +43,8 @@ int cvs_unlink(const char *); int cvs_rmdir(const char *); char **cvs_makeargv(const char *, int *); void cvs_freeargv(char **, int); -void cvs_write_tagfile(char *, char *, int); -void cvs_parse_tagfile(char **, char **, int *); size_t cvs_path_cat(const char *, const char *, char *, size_t); time_t cvs_hack_time(time_t, int); - u_int cvs_revision_select(RCSFILE *, char *); struct cvs_line { @@ -74,7 +71,6 @@ BUF *cvs_patchfile(const char *, const char *, struct cvs_lines *cvs_splitlines(const char *); void cvs_freelines(struct cvs_lines *); struct cvs_argvector *cvs_strsplit(char *, const char *); - void cvs_argv_destroy(struct cvs_argvector *); #endif /* UTIL_H */ |