diff options
author | Tim Potter <tpot@samba.org> | 2003-11-15 05:42:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-15 05:42:49 +0000 |
commit | 78b7118d1aeccc9da490af614d4646a328ac2c46 (patch) | |
tree | 21a0ac127711fc65872d8f1ae6fc45d2265ae2e6 /source4/librpc/ndr/libndr.h | |
parent | 7290260c1addcaa76da02a663f14ce4be790b13b (diff) | |
download | samba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.gz samba-78b7118d1aeccc9da490af614d4646a328ac2c46.tar.bz2 samba-78b7118d1aeccc9da490af614d4646a328ac2c46.zip |
Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx
works but without a devicemode.
(This used to be commit 35e889cf339f4ed62d4953b4cb5da2f21cf249a2)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index a7c63f7e13..140001c06d 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -152,3 +152,4 @@ typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint16, v #include "librpc/ndr/ndr_echo.h" #include "librpc/ndr/ndr_lsa.h" #include "librpc/ndr/ndr_dfs.h" +#include "librpc/ndr/ndr_spoolss.h" |