mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-02-21 19:48:29 +02:00
Fix formatting of restoreFile() definition.
This commit is contained in:
parent
d51a86c621
commit
92d5fd17b4
@ -20,7 +20,8 @@ Restore File
|
||||
#include "storage/helper.h"
|
||||
|
||||
/**********************************************************************************************************************************/
|
||||
FN_EXTERN List *restoreFile(
|
||||
FN_EXTERN List *
|
||||
restoreFile(
|
||||
const String *const repoFile, const unsigned int repoIdx, const CompressType repoFileCompressType, const time_t copyTimeBegin,
|
||||
const bool delta, const bool deltaForce, const String *const cipherPass, const List *const fileList)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user