diff options
Diffstat (limited to 'src/appl/gssftp/ftp/secure.h')
-rw-r--r-- | src/appl/gssftp/ftp/secure.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/appl/gssftp/ftp/secure.h b/src/appl/gssftp/ftp/secure.h index 8a2a519f40..458daefc08 100644 --- a/src/appl/gssftp/ftp/secure.h +++ b/src/appl/gssftp/ftp/secure.h @@ -16,8 +16,4 @@ int secure_write PROTOTYPE((int, unsigned char *, unsigned int)); int secure_read PROTOTYPE((int, char *, unsigned int)); void secure_gss_error PROTOTYPE((OM_uint32 maj_stat, OM_uint32 min_stat, char *s)); -#if defined(STDARG) || (defined(__STDC__) && ! defined(VARARGS)) || defined(HAVE_STDARG_H) void secure_error(char *, ...); -#else -void secure_error(); -#endif |