From 66514f8bbe5f9e2dcd8be90450ef339305a3161c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 6 Jul 2012 18:04:33 +0200 Subject: [PATCH] ntprinting: make decode_ntprinting helpers public in idl. Guenther --- librpc/idl/ntprinting.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ); } -- 2.34.1