protocol: c-api: add proxmox_backup_finish_backup to .h

this was missing

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2019-03-15 14:28:08 +01:00
parent 7b7a42b467
commit c238e4d4b3
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@ extern int proxmox_backup_fixed_data(
size_t index,
const void *digest);
extern int proxmox_backup_finish_backup(
ProxmoxBackup *self,
int stream,
char **remote_path);
typedef struct ProxmoxChunker ProxmoxChunker;
extern ProxmoxChunker *proxmox_chunker_new(uint64_t chunk_size_avg);