1
0
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:
David Steele
2021-10-18 12:22:48 -04:00
parent 4570c7e275
commit 90f7f11a9f
77 changed files with 96 additions and 96 deletions

View File

@ -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();