=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/extern.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/rsync/extern.h 2019/02/14 18:29:08 1.10 --- src/usr.bin/rsync/extern.h 2019/02/16 10:46:22 1.11 *************** *** 1,4 **** ! /* $Id: extern.h,v 1.10 2019/02/14 18:29:08 florian Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: extern.h,v 1.11 2019/02/16 10:46:22 florian Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * *************** *** 297,302 **** --- 297,306 ---- unsigned char *, const struct sess *); int mkpath(struct sess *, char *); + + int mkstempat(int, char *); + char *mkstemplinkat(char*, int, char *); + int mktemplate(char **, const char *, int); char *symlink_read(struct sess *, const char *); char *symlinkat_read(struct sess *, int, const char *);