We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1508feb commit 5bd4485Copy full SHA for 5bd4485
src/backend/utils/elog.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: elog.h,v 1.1.1.1 1996/07/09 06:22:01 scrappy Exp $
+ * $Id: elog.h,v 1.2 1996/08/13 01:27:21 scrappy Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -33,6 +33,6 @@
33
/* uncomment the following if you want your elog's to be timestamped */
34
/* #define ELOG_TIMESTAMPS */
35
36
-extern void elog(int lev, char *fmt, ...);
+extern void elog(int lev, const char *fmt, ...);
37
38
#endif /* ELOG_H */
0 commit comments