remove some ifdef GNUC of attributes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9077 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -76,17 +76,11 @@ FILE *ftpd_popen(char *, char *, int, int);
|
|||||||
char *ftpd_getline(char *, int);
|
char *ftpd_getline(char *, int);
|
||||||
void ftpd_logwtmp(char *, char *, char *);
|
void ftpd_logwtmp(char *, char *, char *);
|
||||||
void lreply(int, const char *, ...)
|
void lreply(int, const char *, ...)
|
||||||
#ifdef __GNUC__
|
__attribute__ ((format (printf, 2, 3)));
|
||||||
__attribute__ ((format (printf, 2, 3)))
|
|
||||||
#endif
|
|
||||||
;
|
|
||||||
void makedir(char *);
|
void makedir(char *);
|
||||||
void nack(char *);
|
void nack(char *);
|
||||||
void nreply(const char *, ...)
|
void nreply(const char *, ...)
|
||||||
#ifdef __GNUC__
|
__attribute__ ((format (printf, 1, 2)));
|
||||||
__attribute__ ((format (printf, 1, 2)))
|
|
||||||
#endif
|
|
||||||
;
|
|
||||||
void pass(char *);
|
void pass(char *);
|
||||||
void pasv(void);
|
void pasv(void);
|
||||||
void perror_reply(int, const char *);
|
void perror_reply(int, const char *);
|
||||||
@@ -95,17 +89,11 @@ void removedir(char *);
|
|||||||
void renamecmd(char *, char *);
|
void renamecmd(char *, char *);
|
||||||
char *renamefrom(char *);
|
char *renamefrom(char *);
|
||||||
void reply(int, const char *, ...)
|
void reply(int, const char *, ...)
|
||||||
#ifdef __GNUC__
|
__attribute__ ((format (printf, 2, 3)));
|
||||||
__attribute__ ((format (printf, 2, 3)))
|
|
||||||
#endif
|
|
||||||
;
|
|
||||||
void retrieve(const char *, char *);
|
void retrieve(const char *, char *);
|
||||||
void send_file_list(char *);
|
void send_file_list(char *);
|
||||||
void setproctitle(const char *, ...)
|
void setproctitle(const char *, ...)
|
||||||
#ifdef __GNUC__
|
__attribute__ ((format (printf, 1, 2)));
|
||||||
__attribute__ ((format (printf, 1, 2)))
|
|
||||||
#endif
|
|
||||||
;
|
|
||||||
void statcmd(void);
|
void statcmd(void);
|
||||||
void statfilecmd(char *);
|
void statfilecmd(char *);
|
||||||
void do_store(char *, char *, int);
|
void do_store(char *, char *, int);
|
||||||
|
Reference in New Issue
Block a user