You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Add missing static keywords in test modules.
This commit is contained in:
@ -28,7 +28,7 @@ typedef struct TestBackupValidateCallbackData
|
||||
String *content; // String where content should be added
|
||||
} TestBackupValidateCallbackData;
|
||||
|
||||
void
|
||||
static void
|
||||
testBackupValidateCallback(void *callbackData, const StorageInfo *info)
|
||||
{
|
||||
TestBackupValidateCallbackData *data = callbackData;
|
||||
@ -438,7 +438,7 @@ testBackupPqScript(unsigned int pgVersion, time_t backupTimeStart, TestBackupPqS
|
||||
/***********************************************************************************************************************************
|
||||
Test Run
|
||||
***********************************************************************************************************************************/
|
||||
void
|
||||
static void
|
||||
testRun(void)
|
||||
{
|
||||
FUNCTION_HARNESS_VOID();
|
||||
|
Reference in New Issue
Block a user