mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
73d4d54fc8
- Remove FORBIDDEN PR: 33764 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
12 lines
427 B
Plaintext
12 lines
427 B
Plaintext
--- 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 );
|