diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-27 22:34:12 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-27 22:34:12 +0000 |
commit | 9fef73c27e07dbf658681e6c1027602328ed0add (patch) | |
tree | 5ef358490d5a4d922a650a574e9b55e6fb63c04e /source3/include | |
parent | 4a6761a58d5718c386c7ab4fa89c34fa08dca53b (diff) | |
download | samba-9fef73c27e07dbf658681e6c1027602328ed0add.tar.gz samba-9fef73c27e07dbf658681e6c1027602328ed0add.tar.bz2 samba-9fef73c27e07dbf658681e6c1027602328ed0add.zip |
updated \PIPE\wkssvc commands to use new abstracted connection system.
modified resolve_srv_name() to return dest host of *SMBSERVER if
server name is \\ip.add.ress.format
(This used to be commit 3204829225792974c8b20efb6ba6e24661a4f658)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 24b50d9bcc..38b4be92ad 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2141,8 +2141,7 @@ BOOL svc_change_svc_cfg( POLICY_HND *hnd, /*The following definitions come from rpc_client/cli_wkssvc.c */ -BOOL do_wks_query_info(struct cli_state *cli, uint16 fnum, - char *server_name, uint32 switch_value, +BOOL wks_query_info( char *srv_name, uint32 switch_value, WKS_INFO_100 *wks100); /*The following definitions come from rpc_client/msrpc_lsarpc.c */ |