diff options
Diffstat (limited to 'src/include/utils/elog.h')
-rw-r--r-- | src/include/utils/elog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/elog.h b/src/include/utils/elog.h index 83309a285ad..9f537932b78 100644 --- a/src/include/utils/elog.h +++ b/src/include/utils/elog.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: elog.h,v 1.28 2001/10/25 05:50:10 momjian Exp $ + * $Id: elog.h,v 1.29 2001/10/28 06:26:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -40,4 +40,5 @@ elog(int lev, const char *fmt,...) __attribute__((format(printf, 2, 3))); extern int DebugFileOpen(void); + #endif /* ELOG_H */ |