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

Commit 58dc94a

Browse files
committed
Add missing prototype to suppress gcc warning.
1 parent f42b88d commit 58dc94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/utils/builtins.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: builtins.h,v 1.166 2001/10/08 19:55:07 tgl Exp $
10+
* $Id: builtins.h,v 1.167 2001/10/13 16:34:08 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -588,6 +588,7 @@ extern Datum RI_FKey_setdefault_upd(PG_FUNCTION_ARGS);
588588
*/
589589
extern Datum getdatabaseencoding(PG_FUNCTION_ARGS);
590590
extern Datum database_character_set(PG_FUNCTION_ARGS);
591+
extern Datum pg_client_encoding(PG_FUNCTION_ARGS);
591592
extern Datum PG_encoding_to_char(PG_FUNCTION_ARGS);
592593
extern Datum PG_char_to_encoding(PG_FUNCTION_ARGS);
593594
extern Datum PG_character_set_name(PG_FUNCTION_ARGS);

0 commit comments

Comments
 (0)