From 5c4626504872ce1d0eb3f48f7162b607119b7e09 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 9 Oct 2006 11:19:30 +0000 Subject: r19200: Implement smbcli_rap_netservergetinfo. To be used in RPC-SAMBA3SPOOLSS and others that might need the server name. Volker (This used to be commit 03eaf0edf9f8a6d70375f9f12810b4fbb860290a) --- source4/libcli/rap/rap.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'source4/libcli/rap') diff --git a/source4/libcli/rap/rap.h b/source4/libcli/rap/rap.h index c831f6f007..46bce225ff 100644 --- a/source4/libcli/rap/rap.h +++ b/source4/libcli/rap/rap.h @@ -343,3 +343,17 @@ struct rap_NetServerEnum2 { union rap_server_info *info; } out; }; + +struct rap_WserverGetInfo { + struct { + uint16_t level; + uint16_t bufsize; + } in; + + struct { + uint16_t status; + uint16_t convert; + uint16_t available; + union rap_server_info info; + } out; +}; -- cgit