Add prototype.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2671 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-01 14:53:38 +00:00
parent be512825c6
commit 3254f84601

View File

@@ -47,6 +47,7 @@
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <sys/file.h>
#include <krb5.h>
#include <hdb.h>
@@ -65,4 +66,7 @@ int hdb_key2principal(krb5_context, krb5_data*, krb5_principal);
int hdb_entry2value(krb5_context, hdb_entry*, krb5_data*);
int hdb_value2entry(krb5_context, krb5_data*, hdb_entry*);
krb5_error_code hdb_lock(int, int);
krb5_error_code hdb_unlock(int);
#endif /* __HDB_LOCL_H__ */