diff options
Diffstat (limited to 'crypto/heimdal/lib/hdb/hdb-private.h')
-rw-r--r-- | crypto/heimdal/lib/hdb/hdb-private.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/crypto/heimdal/lib/hdb/hdb-private.h b/crypto/heimdal/lib/hdb/hdb-private.h deleted file mode 100644 index a47de7021064..000000000000 --- a/crypto/heimdal/lib/hdb/hdb-private.h +++ /dev/null @@ -1,27 +0,0 @@ -/* This is a generated file */ -#ifndef __hdb_private_h__ -#define __hdb_private_h__ - -#include <stdarg.h> - -krb5_error_code -_hdb_fetch ( - krb5_context /*context*/, - HDB */*db*/, - unsigned /*flags*/, - hdb_entry */*entry*/); - -krb5_error_code -_hdb_remove ( - krb5_context /*context*/, - HDB */*db*/, - hdb_entry */*entry*/); - -krb5_error_code -_hdb_store ( - krb5_context /*context*/, - HDB */*db*/, - unsigned /*flags*/, - hdb_entry */*entry*/); - -#endif /* __hdb_private_h__ */ |