Skip to content
Snippets Groups Projects
Commit 8594ade7 authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

Another small change. Added the void keyword to an empty arg list.

Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
parent b19b90d7
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* *
* Copyright (c) 1994, Regents of the University of California * 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 * NOTES
* some of the information in this file will be moved to * some of the information in this file will be moved to
...@@ -54,7 +54,7 @@ extern int Quiet; ...@@ -54,7 +54,7 @@ extern int Quiet;
extern char *DataDir; extern char *DataDir;
extern char OutputFileName[]; extern char OutputFileName[];
extern void InitGlobals(); extern void InitGlobals(void);
/* /*
* done in storage/backendid.h for now. * done in storage/backendid.h for now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment