diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 16:59:35 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-02-16 16:59:35 +0000 |
commit | 5b06c59507a27c9b9d331b82e2421952ee25c25b (patch) | |
tree | 75d343c0893163974ca045d98b74989083ddd022 /usr.bin/rsync/extern.h | |
parent | 61713811184ecd5d663058b78ad75321ae689eaf (diff) |
sync with kristaps, commit 42166a639caa877efd91e73e288b89abf6b7cfd3
Remove spaces at end of line.
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 *); |