Author: abartlet
Date: 2006-03-11 02:38:24 +0000 (Sat, 11 Mar 2006)
New Revision: 517

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=517

Log:
Another Samba4 hack.  This ldb module isn't in the heimdal tree, so
it's not picked up by the proto generation.

Andrew Bartlett

Modified:
   trunk/heimdal/lib/hdb/hdb_locl.h


Changeset:
Modified: trunk/heimdal/lib/hdb/hdb_locl.h
===================================================================
--- trunk/heimdal/lib/hdb/hdb_locl.h    2006-03-11 02:21:07 UTC (rev 516)
+++ trunk/heimdal/lib/hdb/hdb_locl.h    2006-03-11 02:38:24 UTC (rev 517)
@@ -64,4 +64,11 @@
 #include <hdb.h>
 #include <hdb-private.h>
 
+krb5_error_code
+hdb_ldb_create (
+       krb5_context /*context*/,
+       HDB ** /*db*/,
+       const char */*arg*/);
+
+
 #endif /* __HDB_LOCL_H__ */

Reply via email to