]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Another small change. Added the void keyword to an empty arg list.
authorMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:02:53 +0000 (20:02 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 19 Sep 1996 20:02:53 +0000 (20:02 +0000)
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)

src/backend/include/miscadmin.h

index 58bbb7d8d2f0c6085c7342049f890c3aacedf02a..7f8b392b7344f559561a9db1809af718e28f2933 100644 (file)
@@ -12,7 +12,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: miscadmin.h,v 1.2 1996/09/16 06:11:44 scrappy Exp $
+ * $Id: miscadmin.h,v 1.3 1996/09/19 20:02:53 scrappy Exp $
  *
  * NOTES
  *    some of the information in this file will be moved to
@@ -54,7 +54,7 @@ extern int Quiet;
 extern char *DataDir;   
 
 extern char      OutputFileName[];
-extern void      InitGlobals();
+extern void      InitGlobals(void);
 
 /*
  * done in storage/backendid.h for now.