--- src/text/gftp-text.h.orig Thu Sep 20 03:10:29 2001 +++ src/text/gftp-text.h Wed Jan 2 13:59:28 2002 @@ -48,7 +48,7 @@ /* gftp-text.h */ void gftp_text_log ( gftp_logging_level level, void *ptr, - const char *string, ... ); + const char *string, ... ) __attribute__((format(printf, 3, 4))); int gftp_text_open ( gftp_request * request, char *command, gpointer *data );