mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Make functions static or NOT_USED as appropriate.
This commit is contained in:
@@ -27,11 +27,8 @@ char *tprintf_timestamp(void);
|
||||
#define TIMESTAMP_SIZE 0
|
||||
#endif
|
||||
|
||||
extern int tprintf1(const char *fmt,...);
|
||||
extern int tprintf(int flag, const char *fmt,...);
|
||||
extern int eprintf(const char *fmt,...);
|
||||
extern int option_flag(int flag);
|
||||
extern int set_option_flag(int flag, int value);
|
||||
extern void write_syslog(int level, char *line);
|
||||
extern void parse_options(char *str, bool secure);
|
||||
extern void read_pg_options(SIGNAL_ARGS);
|
||||
|
||||
Reference in New Issue
Block a user