added kdestroy, krbtkfile and afslog

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3659 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-10-24 10:17:29 +00:00
parent 83493504e6
commit 3367bfadcd
6 changed files with 156 additions and 7 deletions

View File

@@ -53,8 +53,11 @@
#include <pwd.h>
#endif
#ifndef NBBY
#ifdef HAVE_LIMITS_H
#include <limits.h>
#endif
#ifndef NBBY
#define NBBY CHAR_BIT
#endif
@@ -110,6 +113,11 @@ void yyerror(char *);
void kauth(char *, char*);
void klist(void);
void cond_kdestroy(void);
void kdestroy(void);
void krbtkfile(const char *tkfile);
void afslog(const char *cell);
void afsunlog(void);
int find(char *);