From: Gary Lockyer Date: Tue, 4 Jun 2019 01:07:06 +0000 (+1200) Subject: ntprinting.idl: remove decode functions X-Git-Tag: ldb-2.0.5~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=532ba5a069342c3a4508aac19491b439cae0ce87;p=thirdparty%2Fsamba.git ntprinting.idl: remove decode functions Remove the decode_* functions as they are no longer needed, and this will reduce the amount of untested automatically generated code. Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- diff --git a/librpc/idl/ntprinting.idl b/librpc/idl/ntprinting.idl index 30af1415eb9..cfb1922d0a2 100644 --- a/librpc/idl/ntprinting.idl +++ b/librpc/idl/ntprinting.idl @@ -26,10 +26,6 @@ interface ntprinting uint32 bottom; } ntprinting_form; - [public] void decode_ntprinting_form( - [in] ntprinting_form form - ); - /* * First the string flags and then the Samba 3 tdb storage * format: drivers @@ -50,10 +46,6 @@ interface ntprinting [flag((ndr_ntprinting_string_flags(r->string_flags)&~STR_NULLTERM)|STR_NOTERM|NDR_REMAINING)] string_array dependent_files; } ntprinting_driver; - [public] void decode_ntprinting_driver( - [in] ntprinting_driver driver - ); - /* Samba 3 tdb storage format: devicemode * "p" ptr to devicemode * "ffwwwwwwwwwwwwwwwwwwdddddddddddddd" @@ -161,7 +153,4 @@ interface ntprinting ntprinting_printer_data printer_data[count]; } ntprinting_printer; - [public] void decode_ntprinting_printer( - [in] ntprinting_printer printer - ); }