diff options
Diffstat (limited to 'crypto/heimdal/appl/ftp/ftpd/extern.h')
-rw-r--r-- | crypto/heimdal/appl/ftp/ftpd/extern.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/heimdal/appl/ftp/ftpd/extern.h b/crypto/heimdal/appl/ftp/ftpd/extern.h index 751d04cea5ab..db40f2fdd21d 100644 --- a/crypto/heimdal/appl/ftp/ftpd/extern.h +++ b/crypto/heimdal/appl/ftp/ftpd/extern.h @@ -107,9 +107,12 @@ void klist(void); void cond_kdestroy(void); void kdestroy(void); void krbtkfile(const char *tkfile); -void afslog(const char *cell); +void afslog(const char *, int); void afsunlog(void); +extern int do_destroy_tickets; +extern char *k5ccname; + int find(char *); int builtin_ls(FILE*, const char*); @@ -130,6 +133,7 @@ extern int logging; extern int type; extern off_t file_size; extern off_t byte_count; +extern int ccc_passed; extern int form; extern int debug; |