From 8225c0ad6c5fbcb522912fa5f5af605f721e5216 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Feb 2011 19:24:31 +0100 Subject: s3-printing: only include printing where really needed. Guenther --- source3/printing/load.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source3/printing/load.h (limited to 'source3/printing/load.h') diff --git a/source3/printing/load.h b/source3/printing/load.h new file mode 100644 index 0000000000..df401a4377 --- /dev/null +++ b/source3/printing/load.h @@ -0,0 +1,4 @@ +/* The following definitions come from printing/load.c */ + +void load_printers(struct tevent_context *ev, + struct messaging_context *msg_ctx); -- cgit