diff options
author | Günther Deschner <gd@samba.org> | 2010-04-30 17:04:14 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-30 17:06:58 +0200 |
commit | 24a2ddb6e367f18afb3923b344d268399c36a5b9 (patch) | |
tree | ddfbe49ca506c10418d6a870f7284239778e7530 | |
parent | 82d4e858eaa443a17511d2d6be1c627b2b1c5072 (diff) | |
download | samba-24a2ddb6e367f18afb3923b344d268399c36a5b9.tar.gz samba-24a2ddb6e367f18afb3923b344d268399c36a5b9.tar.bz2 samba-24a2ddb6e367f18afb3923b344d268399c36a5b9.zip |
rap: add rap_NetPrintJobGetInfo to IDL.
Guenther
-rw-r--r-- | librpc/idl/rap.idl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 8035327fee..b8b2e954a4 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -628,6 +628,16 @@ interface rap [out,switch_is(level)] rap_printj_info info[count] ); + [public] void rap_NetPrintJobGetInfo( + [in] uint16 JobID, + [in] uint16 level, + [in] uint16 bufsize, + [out] rap_status status, + [out] uint16 convert, + [out] uint16 available, + [out,switch_is(level)] rap_printj_info info + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ /* appended to end. */ |