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 735301f5c37..6f94fa3256c 100644 --- a/usr.bin/rsync/extern.h +++ b/usr.bin/rsync/extern.h @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.34 2020/11/24 16:54:44 claudio Exp $ */ +/* $Id: extern.h,v 1.35 2021/03/22 11:14:42 claudio Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -209,7 +209,7 @@ struct arglist { u_int num; u_int nalloc; }; -void addargs(arglist *, char *, ...) +void addargs(arglist *, const char *, ...) __attribute__((format(printf, 2, 3))); void freeargs(arglist *); |