diff options
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/restore/extern.h b/sbin/restore/extern.h index 05ca742..0724850 100644 --- a/sbin/restore/extern.h +++ b/sbin/restore/extern.h @@ -69,13 +69,13 @@ long listfile __P((char *, ino_t, int)); ino_t lowerbnd __P((ino_t)); void mktempname __P((struct entry *)); void moveentry __P((struct entry *, char *)); -void msg __P((const char *, ...)); +void msg __P((const char *, ...)) __printflike(1, 2); char *myname __P((struct entry *)); void newnode __P((struct entry *)); void newtapebuf __P((long)); long nodeupdates __P((char *, ino_t, int)); void onintr __P((int)); -void panic __P((const char *, ...)); +void panic __P((const char *, ...)) __printflike(1, 2); void pathcheck __P((char *)); struct direct *pathsearch __P((const char *)); void printdumpinfo __P((void)); |