summaryrefslogtreecommitdiff
path: root/src/include/version.h
diff options
context:
space:
mode:
authorBruce Momjian1997-09-07 05:04:48 +0000
committerBruce Momjian1997-09-07 05:04:48 +0000
commit1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch)
tree8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/version.h
parent8fecd4febf8357f3cc20383ed29ced484877d5ac (diff)
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/version.h')
-rw-r--r--src/include/version.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/version.h b/src/include/version.h
index 927c11170d5..14920ffd378 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -1,10 +1,10 @@
/*-------------------------------------------------------------------------
*
* version.h--
- * this file contains the interface to version.c.
- * Also some parameters.
+ * this file contains the interface to version.c.
+ * Also some parameters.
*
- * $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $
+ * $Id: version.h,v 1.3 1997/09/07 04:55:43 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -12,13 +12,13 @@
#define VERSION_H
void
-ValidatePgVersion(const char *path, char **reason_p);
+ ValidatePgVersion(const char *path, char **reason_p);
void
-SetPgVersion(const char *path, char **reason_p);
+ SetPgVersion(const char *path, char **reason_p);
-#define PG_RELEASE 6
-#define PG_VERSION 1
-#define PG_VERFILE "PG_VERSION"
+#define PG_RELEASE 6
+#define PG_VERSION 1
+#define PG_VERFILE "PG_VERSION"
#endif