Not used anymore.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1397 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-03-14 01:58:36 +00:00
parent 25a6dbf047
commit d0e11d855b

View File

@@ -1,17 +0,0 @@
/*
* $Id$
*/
#ifndef __KDC_H__
#define __KDC_H__
struct db_entry{
krb5_principal principal;
krb5_keyblock keyblock;
int kvno;
time_t max_life;
time_t max_renew;
};
#endif /* __KDC_H__ */