From: Günther Deschner Date: Fri, 6 Jul 2012 16:04:33 +0000 (+0200) Subject: ntprinting: make decode_ntprinting helpers public in idl. X-Git-Url: http://git.samba.org/?p=mat%2Fsamba.git;a=commitdiff_plain;h=66514f8bbe5f9e2dcd8be90450ef339305a3161c ntprinting: make decode_ntprinting helpers public in idl. Guenther --- diff --git a/librpc/idl/ntprinting.idl b/librpc/idl/ntprinting.idl index 909829170d..7013566672 100644 --- a/librpc/idl/ntprinting.idl +++ b/librpc/idl/ntprinting.idl @@ -26,7 +26,7 @@ interface ntprinting uint32 bottom; } ntprinting_form; - void decode_ntprinting_form( + [public] void decode_ntprinting_form( [in] ntprinting_form form ); @@ -46,7 +46,7 @@ interface ntprinting [flag(STR_UTF8|STR_NOTERM|NDR_REMAINING)] string_array dependent_files; } ntprinting_driver; - void decode_ntprinting_driver( + [public] void decode_ntprinting_driver( [in] ntprinting_driver driver ); @@ -146,7 +146,7 @@ interface ntprinting ntprinting_printer_data printer_data[count]; } ntprinting_printer; - void decode_ntprinting_printer( + [public] void decode_ntprinting_printer( [in] ntprinting_printer printer ); }