diff options
Diffstat (limited to 'src/include/utils/elog.h')
-rw-r--r-- | src/include/utils/elog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 8968a65dec6..3673b2bd27f 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -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 */ |