Restructure Makefiles to accomodate multiple archs
[dragonfly.git] / crypto / heimdal-0.6.3 / 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         hdb_entry */*entry*/);
13
14 krb5_error_code
15 _hdb_remove (
16         krb5_context /*context*/,
17         HDB */*db*/,
18         hdb_entry */*entry*/);
19
20 krb5_error_code
21 _hdb_store (
22         krb5_context /*context*/,
23         HDB */*db*/,
24         unsigned /*flags*/,
25         hdb_entry */*entry*/);
26
27 #endif /* __hdb_private_h__ */