]> granicus.if.org Git - postgresql/commitdiff
Add missing function prototype, for consistency
authorMagnus Hagander <magnus@hagander.net>
Tue, 11 Jan 2011 20:12:12 +0000 (21:12 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 11 Jan 2011 20:12:12 +0000 (21:12 +0100)
src/backend/replication/basebackup.c

index 2a74c5f8310b2541649f187a4ef11d988d885afb..c09700f79804542529ab0c5aaa1bac6994f33431 100644 (file)
@@ -39,6 +39,7 @@ static void send_int8_string(StringInfoData *buf, int64 intval);
 static void SendBackupHeader(List *tablespaces);
 static void SendBackupDirectory(char *location, char *spcoid);
 static void base_backup_cleanup(int code, Datum arg);
+static void perform_base_backup(const char *backup_label, List *tablespaces);
 
 typedef struct
 {