r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4.
[samba.git] / source / heimdal / lib / hdb / hdb-private.h
1 /* This is a generated file */
2 #ifndef __hdb_private_h__
3 #define __hdb_private_h__
4
5 #include <stdarg.h>
6
7 krb5_error_code
8 _hdb_fetch (
9         krb5_context /*context*/,
10         HDB */*db*/,
11         unsigned /*flags*/,
12         krb5_principal /*principal*/,
13         enum hdb_ent_type /*ent_type*/,
14         hdb_entry */*entry*/);
15
16 krb5_error_code
17 _hdb_remove (
18         krb5_context /*context*/,
19         HDB */*db*/,
20         hdb_entry */*entry*/);
21
22 krb5_error_code
23 _hdb_store (
24         krb5_context /*context*/,
25         HDB */*db*/,
26         unsigned /*flags*/,
27         hdb_entry */*entry*/);
28
29 #endif /* __hdb_private_h__ */