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

Commit 6bb9a61

Browse files
committed
Remove declarations for pq_putmessage_hook and pq_flush_hook.
Commit 2bd9e41 added these in error. They were part of an earlier design for that patch and survived in the committed version only by inadvertency. Julien Rouhaud
1 parent 36d154e commit 6bb9a61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/include/libpq/libpq.h

-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ extern char *ssl_key_file;
8181
extern char *ssl_ca_file;
8282
extern char *ssl_crl_file;
8383

84-
extern int (*pq_putmessage_hook) (char msgtype, const char *s, size_t len);
85-
extern int (*pq_flush_hook) (void);
86-
8784
extern int secure_initialize(void);
8885
extern bool secure_loaded_verify_locations(void);
8986
extern void secure_destroy(void);

0 commit comments

Comments
 (0)