summaryrefslogtreecommitdiff
path: root/src/checkpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/checkpoint.h')
-rw-r--r--src/checkpoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/checkpoint.h b/src/checkpoint.h
index d0d0948..c20dad1 100644
--- a/src/checkpoint.h
+++ b/src/checkpoint.h
@@ -4,8 +4,8 @@
#include <pool.h>
/* checkpoint_save() stores states to a checkponint file (pathname) */
-int checkpoint_save(const char *pathname, int dir, char *remote_host, pool *path_pool,
- pool *chunk_pool);
+int checkpoint_save(const char *pathname, int dir, const char *user, const char *remote,
+ pool *path_pool, pool *chunk_pool);
/* checkpoint_load_meta() reads a checkpoint file (pathname) and returns
* remote host string to *remote and transfer direction to *dir.