From c0e8144c5d1e402b36ebe04b843eba62e7ab9958 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 9 Aug 2005 03:04:47 +0000 Subject: r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4. This is my first attempt at this, so there may be a few rough edges. Andrew Bartlett (This used to be commit 9a1d2f2fec67930975da856a2d365345cec46216) --- source4/heimdal/lib/hdb/hdb-private.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'source4/heimdal/lib/hdb') diff --git a/source4/heimdal/lib/hdb/hdb-private.h b/source4/heimdal/lib/hdb/hdb-private.h index 653df8c451..a2b96bb047 100644 --- a/source4/heimdal/lib/hdb/hdb-private.h +++ b/source4/heimdal/lib/hdb/hdb-private.h @@ -5,10 +5,14 @@ #include krb5_error_code -_hdb_fetch(krb5_context context, HDB *db, unsigned flags, - krb5_principal principal, - enum hdb_ent_type ent_type, - hdb_entry *entry); +_hdb_fetch ( + krb5_context /*context*/, + HDB */*db*/, + unsigned /*flags*/, + krb5_principal /*principal*/, + enum hdb_ent_type /*ent_type*/, + hdb_entry */*entry*/); + krb5_error_code _hdb_remove ( krb5_context /*context*/, -- cgit