summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/hdb/hdb-private.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-01-09 20:58:00 +0000
committermarkm <markm@FreeBSD.org>2000-01-09 20:58:00 +0000
commit5f68254a360fdb4f3ebc30f6ad6507556425dd0a (patch)
treea96b9cd24173c10bba3fd7e2acf5d68e5bb0773e /crypto/heimdal/lib/hdb/hdb-private.h
parentd88c9767e1793993cc2242ccfb9a8ba002a061c6 (diff)
parent4ecbd6db44d79348bc815f31096e53104f50838b (diff)
downloadFreeBSD-src-5f68254a360fdb4f3ebc30f6ad6507556425dd0a.zip
FreeBSD-src-5f68254a360fdb4f3ebc30f6ad6507556425dd0a.tar.gz
This commit was generated by cvs2svn to compensate for changes in r55682,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'crypto/heimdal/lib/hdb/hdb-private.h')
-rw-r--r--crypto/heimdal/lib/hdb/hdb-private.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/hdb/hdb-private.h b/crypto/heimdal/lib/hdb/hdb-private.h
new file mode 100644
index 0000000..ce868bd
--- /dev/null
+++ b/crypto/heimdal/lib/hdb/hdb-private.h
@@ -0,0 +1,48 @@
+/* This is a generated file */
+#ifndef __hdb_private_h__
+#define __hdb_private_h__
+
+#ifdef __STDC__
+#include <stdarg.h>
+#ifndef __P
+#define __P(x) x
+#endif
+#else
+#ifndef __P
+#define __P(x) ()
+#endif
+#endif
+
+krb5_error_code
+_hdb_fetch __P((
+ krb5_context context,
+ HDB *db,
+ unsigned flags,
+ hdb_entry *entry));
+
+krb5_error_code
+_hdb_remove __P((
+ krb5_context context,
+ HDB *db,
+ hdb_entry *entry));
+
+void
+_hdb_seal_keys_int __P((
+ hdb_entry *ent,
+ int key_version,
+ krb5_data schedule));
+
+krb5_error_code
+_hdb_store __P((
+ krb5_context context,
+ HDB *db,
+ unsigned flags,
+ hdb_entry *entry));
+
+void
+_hdb_unseal_keys_int __P((
+ hdb_entry *ent,
+ int key_version,
+ krb5_data schedule));
+
+#endif /* __hdb_private_h__ */
OpenPOWER on IntegriCloud