diff options
Diffstat (limited to 'usr.bin/rsync/extern.h')
-rw-r--r-- | usr.bin/rsync/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsync/extern.h b/usr.bin/rsync/extern.h index c8cf4012c26..37797312381 100644 --- a/usr.bin/rsync/extern.h +++ b/usr.bin/rsync/extern.h @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.14 2019/02/16 16:58:39 florian Exp $ */ +/* $Id: extern.h,v 1.15 2019/02/16 16:59:34 florian Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -310,7 +310,7 @@ int rsync_client(const struct opts *, int, const struct fargs *); int rsync_socket(const struct opts *, const struct fargs *); int rsync_server(const struct opts *, size_t, char *[]); int rsync_downloader(struct download *, struct sess *, int *); -int rsync_set_metadata(struct sess *, int, int, +int rsync_set_metadata(struct sess *, int, int, const struct flist *, const char *); int rsync_set_metadata_at(struct sess *, int, int, const struct flist *, const char *); |