Mark a function as __printflike()

MFC after:	1 week
This commit is contained in:
Kris Kennaway 2002-02-04 02:12:49 +00:00
parent 8f23d50652
commit 01d7192418
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90163

View file

@ -84,7 +84,7 @@ const char *port = DEFAULT_PORT;
static char *choose_server(char *);
static struct addrinfo *gethostinfo(char const *host, int exit_on_error);
static void s_asprintf(char **ret, const char *format, ...);
static void s_asprintf(char **ret, const char *format, ...) __printflike(2, 3);
static void usage(void);
static void whois(const char *, const char *, int);