diff options
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 */ |