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:
parent
7b7a42b467
commit
c238e4d4b3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue