summaryrefslogtreecommitdiffstats
path: root/server/providers/providers.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/providers.h')
-rw-r--r--server/providers/providers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/providers/providers.h b/server/providers/providers.h
index a1cc1fc42..19eab827c 100644
--- a/server/providers/providers.h
+++ b/server/providers/providers.h
@@ -19,4 +19,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-void dp_task_init(struct task_server *task);
+int dp_process_init(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ struct confdb_ctx *cdb);