diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 22:54:43 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 23:37:47 +0200 |
commit | 016418d6c240da20f010d2bbd95051feef0a5244 (patch) | |
tree | d4d2458f123fcf3a2e77cd911f42e62df3389d38 /source3/include | |
parent | 1c1d83a5327b86042df7c33d075e05adff7a30f2 (diff) | |
download | samba-016418d6c240da20f010d2bbd95051feef0a5244.tar.gz samba-016418d6c240da20f010d2bbd95051feef0a5244.tar.bz2 samba-016418d6c240da20f010d2bbd95051feef0a5244.zip |
s3: Remove the smbd_messaging_context from load_printers
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |