mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes
This commit is contained in:
@@ -92,7 +92,7 @@ void *ECPGget_var(int number);
|
||||
void ECPGfree_auto_mem(void);
|
||||
|
||||
#ifdef ENABLE_THREAD_SAFETY
|
||||
void ecpg_pthreads_init();
|
||||
void ecpg_pthreads_init(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user