r21142: fix compiler warnings
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Feb 2007 14:20:35 +0000 (14:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:44:33 +0000 (14:44 -0500)
metze
(This used to be commit 1f8a037ac4f592d29f7d66e1f924efe1c5d8c2b0)

source4/auth/credentials/credentials.h

index e5dd5f66fc8d7b6380b4da2e708d526fdc1946c1..b71539c2eb431778659a2159307252b1e631c456 100644 (file)
@@ -116,6 +116,7 @@ struct cli_credentials {
        BOOL callback_running;
 };
 
+struct ldb_context;
 #include "auth/credentials/credentials_proto.h"
 
 #endif /* __CREDENTIALS_H__ */