Prototypes for keyfile and unseal_key.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2596 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-24 07:41:19 +00:00
parent 4af7f453d2
commit 276ba6d4c1

View File

@@ -79,6 +79,7 @@
extern require_preauth;
extern sig_atomic_t exit_flag;
extern char *keyfile;
extern struct timeval now;
#define kdc_time (now.tv_sec)
@@ -97,6 +98,8 @@ void loop (krb5_context);
void kdc_log(int, const char *fmt, ...);
Key *unseal_key(Key *key);
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
#endif /* __KDC_LOCL_H__ */