From 016418d6c240da20f010d2bbd95051feef0a5244 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 22:54:43 +0200 Subject: s3: Remove the smbd_messaging_context from load_printers --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index ace63aeabe..18b37543da 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4396,7 +4396,8 @@ bool lookup_wellknown_name(TALLOC_CTX *mem_ctx, const char *name, /* The following definitions come from printing/load.c */ -void load_printers(void); +void load_printers(struct tevent_context *ev, + struct messaging_context *msg_ctx); /* The following definitions come from printing/lpq_parse.c */ -- cgit