summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/ftp/ftpd/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/appl/ftp/ftpd/extern.h')
-rw-r--r--crypto/heimdal/appl/ftp/ftpd/extern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/heimdal/appl/ftp/ftpd/extern.h b/crypto/heimdal/appl/ftp/ftpd/extern.h
index f321e60..751d04c 100644
--- a/crypto/heimdal/appl/ftp/ftpd/extern.h
+++ b/crypto/heimdal/appl/ftp/ftpd/extern.h
@@ -48,7 +48,6 @@
#include <stdio.h>
#include <stdarg.h>
-#include <setjmp.h>
#ifdef HAVE_PWD_H
#include <pwd.h>
#endif
@@ -129,10 +128,8 @@ extern struct passwd *pw;
extern int guest;
extern int logging;
extern int type;
-extern int oobflag;
extern off_t file_size;
extern off_t byte_count;
-extern jmp_buf urgcatch;
extern int form;
extern int debug;
@@ -142,7 +139,6 @@ extern int pdata;
extern char hostname[], remotehost[];
extern char proctitle[];
extern int usedefault;
-extern int transflag;
extern char tmpline[];
#endif /* _EXTERN_H_ */
OpenPOWER on IntegriCloud