1 /* This is a generated file */ 2 #ifndef __hdb_private_h__ 3 #define __hdb_private_h__ 4 5 #ifdef __STDC__ 6 #include <stdarg.h> 7 #ifndef __P 8 #define __P(x) x 9 #endif 10 #else 11 #ifndef __P 12 #define __P(x) () 13 #endif 14 #endif 15 16 krb5_error_code 17 _hdb_fetch __P(( 18 krb5_context context, 19 HDB *db, 20 unsigned flags, 21 hdb_entry *entry)); 22 23 krb5_error_code 24 _hdb_remove __P(( 25 krb5_context context, 26 HDB *db, 27 hdb_entry *entry)); 28 29 krb5_error_code 30 _hdb_store __P(( 31 krb5_context context, 32 HDB *db, 33 unsigned flags, 34 hdb_entry *entry)); 35 36 #endif /* __hdb_private_h__ */ 37