diff options
author | Günther Deschner <gd@samba.org> | 2008-11-14 21:30:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-06 18:54:51 +0100 |
commit | e11fa4cc331d28d71db4ab95d52ae39922f2502f (patch) | |
tree | 93f692ac8ee656cfcac282b241f6604e3fbbc9ac /source3/include/proto.h | |
parent | 1bb22b55274c6d9661acb8c051f8489287a9a2cd (diff) | |
download | samba-e11fa4cc331d28d71db4ab95d52ae39922f2502f.tar.gz samba-e11fa4cc331d28d71db4ab95d52ae39922f2502f.tar.bz2 samba-e11fa4cc331d28d71db4ab95d52ae39922f2502f.zip |
s3-spoolss: prepare to use generated spoolss.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 267ee74482..baf0a4ad76 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2267,6 +2267,7 @@ ADS_STATUS gp_get_machine_token(ADS_STRUCT *ads, #include "librpc/gen_ndr/srv_svcctl.h" #include "librpc/gen_ndr/srv_winreg.h" #include "librpc/gen_ndr/srv_wkssvc.h" +#include "librpc/gen_ndr/srv_spoolss.h" #include "librpc/ndr/libndr.h" @@ -6277,8 +6278,8 @@ void copy_id25_to_sam_passwd(struct samu *to, /* The following definitions come from rpc_server/srv_spoolss.c */ -void spoolss_get_pipe_fns( struct api_struct **fns, int *n_fns ); -NTSTATUS rpc_spoolss_init(void); +void spoolss2_get_pipe_fns( struct api_struct **fns, int *n_fns ); +NTSTATUS rpc_spoolss2_init(void); /* The following definitions come from rpc_server/srv_spoolss_nt.c */ |