From 0b4eb47e2703e425f77010ae00bef6a50de88ea1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:45:45 +0100 Subject: source4/: Fix prototypes for all functions in various subsystems. --- source4/ntptr/simple_ldb/ntptr_simple_ldb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/ntptr/simple_ldb/ntptr_simple_ldb.c') diff --git a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c index 27ab6dec6d..c25c61d36b 100644 --- a/source4/ntptr/simple_ldb/ntptr_simple_ldb.c +++ b/source4/ntptr/simple_ldb/ntptr_simple_ldb.c @@ -40,6 +40,8 @@ #include "rpc_server/common/common.h" #include "param/param.h" +NTSTATUS ntptr_simple_ldb_init(void); + /* connect to the SPOOLSS database return a ldb_context pointer on success, or NULL on failure -- cgit