You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Remove unused VerifyFileResult struct.
This commit is contained in:
@@ -22,12 +22,6 @@ typedef enum
|
|||||||
/***********************************************************************************************************************************
|
/***********************************************************************************************************************************
|
||||||
Functions
|
Functions
|
||||||
***********************************************************************************************************************************/
|
***********************************************************************************************************************************/
|
||||||
typedef struct VerifyFileResult
|
|
||||||
{
|
|
||||||
VerifyResult fileResult;
|
|
||||||
String *filePathName;
|
|
||||||
} VerifyFileResult;
|
|
||||||
|
|
||||||
// Verify a file in the pgBackRest repository
|
// Verify a file in the pgBackRest repository
|
||||||
VerifyResult verifyFile(
|
VerifyResult verifyFile(
|
||||||
const String *filePathName, const String *fileChecksum, uint64_t fileSize, const String *cipherPass);
|
const String *filePathName, const String *fileChecksum, uint64_t fileSize, const String *cipherPass);
|
||||||
|
|||||||
Reference in New Issue
Block a user