Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b49d418

Browse files
committed
Add prototype for: int DebugFileOpen()
1 parent 9f5eac1 commit b49d418

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/include/utils/elog.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: elog.h,v 1.1 1996/08/28 01:58:52 scrappy Exp $
9+
* $Id: elog.h,v 1.2 1996/11/06 10:15:25 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -34,5 +34,8 @@
3434
/* #define ELOG_TIMESTAMPS */
3535

3636
extern void elog(int lev, const char *fmt, ...);
37+
#ifndef PG_STANDALONE
38+
int DebugFileOpen();
39+
#endif
3740

3841
#endif /* ELOG_H */

0 commit comments

Comments
 (0)