diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 10:28:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 21:52:18 +0100 |
commit | 66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8 (patch) | |
tree | ff5419f42a061941a269eec5efa8116da7c5b203 /source3/smbd | |
parent | 67004581e6e19383e5b5961021ee4c047ca1609c (diff) | |
download | samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.tar.gz samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.tar.xz samba-66e040ee0ae0b58f4cd83b36d7f981b2fb703ed8.zip |
s3-printing: isolate print notification prototypes better.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/server_exit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/server_exit.c b/source3/smbd/server_exit.c index ca906fad4d4..43626ae862c 100644 --- a/source3/smbd/server_exit.c +++ b/source3/smbd/server_exit.c @@ -40,6 +40,7 @@ #include "../librpc/gen_ndr/srv_svcctl.h" #include "../librpc/gen_ndr/srv_winreg.h" #include "../librpc/gen_ndr/srv_wkssvc.h" +#include "printing/notify.h" static struct files_struct *log_writeable_file_fn( struct files_struct *fsp, void *private_data) |