mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Remove unused VerifyFileResult struct.
This commit is contained in:
parent
b23a2a0baf
commit
fdf1c299f9
@ -22,12 +22,6 @@ typedef enum
|
||||
/***********************************************************************************************************************************
|
||||
Functions
|
||||
***********************************************************************************************************************************/
|
||||
typedef struct VerifyFileResult
|
||||
{
|
||||
VerifyResult fileResult;
|
||||
String *filePathName;
|
||||
} VerifyFileResult;
|
||||
|
||||
// Verify a file in the pgBackRest repository
|
||||
VerifyResult verifyFile(
|
||||
const String *filePathName, const String *fileChecksum, uint64_t fileSize, const String *cipherPass);
|
||||
|
Loading…
x
Reference in New Issue
Block a user