diff options
author | Günther Deschner <gd@samba.org> | 2010-04-30 01:11:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-30 01:27:59 +0200 |
commit | 6a13c028a94772b66788f2a213e8c09707ee6596 (patch) | |
tree | bcae7c8b63f4c04af3f8254fae36a301b79e0e84 /librpc/idl/rap.idl | |
parent | 16e2185731afe482b3f12427253101efd3ad36c5 (diff) | |
download | samba-6a13c028a94772b66788f2a213e8c09707ee6596.tar.gz |
rap: let the rap print function be autogenerated again.
Guenther
Diffstat (limited to 'librpc/idl/rap.idl')
-rw-r--r-- | librpc/idl/rap.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 061eb8f2fb9..5705426223f 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -374,7 +374,7 @@ interface rap [out] uint16 convert, [out] uint16 count, [out] uint16 available, - [out,switch_is(level)] rap_server_info *info + [out,switch_is(level)] rap_server_info info[count] ); [public] void rap_WserverGetInfo( @@ -546,7 +546,7 @@ interface rap [case(5)] rap_PrintQueue5 info5; } rap_printq_info; - [public,noprint] void rap_NetPrintQEnum( + [public] void rap_NetPrintQEnum( [in] uint16 level, [in] uint16 bufsize, [out] uint16 status, |