mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
All external function definitions now have prototypes that are checked.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: elog.h,v 1.2 1996/11/06 10:15:25 scrappy Exp $
|
||||
* $Id: elog.h,v 1.3 1996/11/10 03:06:24 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
extern void elog(int lev, const char *fmt, ...);
|
||||
#ifndef PG_STANDALONE
|
||||
int DebugFileOpen();
|
||||
int DebugFileOpen(void);
|
||||
#endif
|
||||
|
||||
#endif /* ELOG_H */
|
||||
|
||||
Reference in New Issue
Block a user