diff options
Diffstat (limited to 'walker.h')
-rw-r--r-- | walker.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ struct walker { }; /* Report what we got under get_verbosely */ -void walker_say(struct walker *walker, const char *, const char *); +__attribute__((format (printf, 2, 3))) +void walker_say(struct walker *walker, const char *fmt, ...); /* Load pull targets from stdin */ int walker_targets_stdin(char ***target, const char ***write_ref); |