=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/extern.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/rsync/extern.h 2019/02/16 16:59:34 1.15 --- src/usr.bin/rsync/extern.h 2019/02/16 17:59:33 1.16 *************** *** 1,4 **** ! /* $Id: extern.h,v 1.15 2019/02/16 16:59:34 florian Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: extern.h,v 1.16 2019/02/16 17:59:33 deraadt Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 312,318 **** int rsync_downloader(struct download *, struct sess *, 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 *); int rsync_uploader(struct upload *, int *, struct sess *, int *); --- 312,318 ---- int rsync_downloader(struct download *, struct sess *, 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 *); int rsync_uploader(struct upload *, int *, struct sess *, int *);