From c173085353a94d779a4bdd6962c34ea665bc7fe7 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 19 Sep 2000 13:15:12 +0000 Subject: [PATCH] (command): add attributes git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9075 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftp/extern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appl/ftp/ftp/extern.h b/appl/ftp/ftp/extern.h index 7658b18ba..f47e56814 100644 --- a/appl/ftp/ftp/extern.h +++ b/appl/ftp/ftp/extern.h @@ -60,7 +60,8 @@ void cdup (int, char **); void changetype (int, int); void cmdabort (int); void cmdscanner (int); -int command (char *fmt, ...); +int command (char *fmt, ...) + __attribute__ ((format (printf, 1,2))); int confirm (char *, char *); FILE *dataconn (const char *); void delete (int, char **);