mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Initialise variables, where appropriate
This commit is contained in:
@@ -69,6 +69,9 @@ extern void
|
||||
item_list_append_format(ItemList *item_list, const char *format, ...)
|
||||
__attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3)));
|
||||
|
||||
extern void
|
||||
item_list_free(ItemList *item_list);
|
||||
|
||||
extern void
|
||||
key_value_list_set(KeyValueList *item_list, const char *key, const char *value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user