diff options
| author | Günther Deschner <gd@samba.org> | 2016-09-14 11:46:20 +0200 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2017-01-06 12:28:18 +0100 |
| commit | a2501843b6a93c09918825e2f04726ab843c2107 (patch) | |
| tree | 30a81c4183fcea50afd6a861764a587190a6b7bd /source3/rpc_server/wscript_build | |
| parent | 7dd880f4b91dd55f800fe3b7097684acdd3297ca (diff) | |
| download | samba-a2501843b6a93c09918825e2f04726ab843c2107.tar.gz | |
s3-iremotewinspool: update api struct map so we only end up implementing 8 calls
In the end, these calls are the only ones we need to implement:
3.1.4.2. Printer Driver Management Methods
* AsyncInstallPrinterDriverFromPackage
* AsyncUploadPrinterDriverPackage
* AsyncCorePrinterDriverInstalled
* AsyncDeletePrinterDriverPackage
3.1.4.9. Printing Related Notification Methods
* SyncRegisterForRemoteNotifications
* SyncUnRegisterForRemoteNotifications
* SyncRefreshRemoteNotifications
* AsyncGetRemoteNotifications
All other calls are 1:1 mapped to spoolss calls.
Guenther
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/rpc_server/wscript_build')
| -rwxr-xr-x | source3/rpc_server/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpc_server/wscript_build b/source3/rpc_server/wscript_build index cfce367dfaf..55373e7b757 100755 --- a/source3/rpc_server/wscript_build +++ b/source3/rpc_server/wscript_build @@ -103,7 +103,6 @@ bld.SAMBA3_SUBSYSTEM('RPC_SAMR', bld.SAMBA3_SUBSYSTEM('RPC_SPOOLSS', source='''spoolss/srv_spoolss_nt.c - ../../librpc/gen_ndr/srv_spoolss.c spoolss/srv_spoolss_util.c''', deps='PRINTING PRINTBACKEND LIBCLI_WINREG_INTERNAL') |
