diff --git a/appl/ftp/ftpd/extern.h b/appl/ftp/ftpd/extern.h index 6e36eaf6a..3f48ec66e 100644 --- a/appl/ftp/ftpd/extern.h +++ b/appl/ftp/ftpd/extern.h @@ -145,5 +145,6 @@ extern char hostname[], remotehost[]; extern char proctitle[]; extern int usedefault; extern char tmpline[]; +extern int paranoid; #endif /* _EXTERN_H_ */