diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-08-19 21:40:56 +0000 |
| commit | 1d8bbfd2e7cfb72cbe4d5c5d4fa650a28dedac0b (patch) | |
| tree | 8d3a5dac9207f22c3afb8afb563d54f88774deb3 /src/include/commands/version.h | |
| parent | b992e200b8872ecb6652ec85111995f8d4c5aee0 (diff) | |
Make functions static where possible, enclose unused functions in #ifdef NOT_USED.
Diffstat (limited to 'src/include/commands/version.h')
| -rw-r--r-- | src/include/commands/version.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/include/commands/version.h b/src/include/commands/version.h index 227fcaeaaa5..1b3e5169d99 100644 --- a/src/include/commands/version.h +++ b/src/include/commands/version.h @@ -6,19 +6,11 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: version.h,v 1.3 1996/11/06 10:29:33 scrappy Exp $ + * $Id: version.h,v 1.4 1997/08/19 21:38:10 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef VERSION_H #define VERSION_H - - -extern void DefineVersion(char *name, char *fromRelname, char *date); -extern void VersionCreate(char *vname, char *bname); -extern void VersionAppend(char *vname, char *bname); -extern void VersionRetrieve(char *vname, char *bname, char *snapshot); -extern void VersionDelete(char *vname, char *bname, char *snapshot); -extern void VersionReplace(char *vname, char *bname, char *snapshot); #endif /* VERSION_H */ |
