diff options
author | Günther Deschner <gd@samba.org> | 2009-02-23 16:39:53 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-23 16:40:52 +0100 |
commit | fda0158c14b97a54a911bb87ffc0ebb7c5729138 (patch) | |
tree | 2df0cee89c8be0ec8deaad7ae1bd5af58b23dd1e /source3/include | |
parent | 443743d423f591ce388fff76c60fed23b5494d90 (diff) | |
download | samba-fda0158c14b97a54a911bb87ffc0ebb7c5729138.tar.gz samba-fda0158c14b97a54a911bb87ffc0ebb7c5729138.tar.bz2 samba-fda0158c14b97a54a911bb87ffc0ebb7c5729138.zip |
s3-spoolss: remove cli_spoolss_notify.c completly.
All of the spoolss change notify code uses pidl generated functions now.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 525cb3c026..faf47d3844 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5522,8 +5522,6 @@ WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli, TALLOC_CTX *me POLICY_HND *hnd, const char *keyname, uint16 **keylist, uint32 *len); -/* The following definitions come from rpc_client/cli_spoolss_notify.c */ - /* The following definitions come from rpc_client/init_spoolss.c */ bool init_systemtime(struct spoolss_Time *r, |