summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-27 00:02:03 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-27 00:02:03 +0000
commit4c92992b4e9797f34113251c00a99eafa97958bf (patch)
treef0f8a527679e926dd39c0e54384bafe2962058d8 /source3/include/proto.h
parent9b683054751866af4fb2ac79c092392e31effaff (diff)
downloadsamba-4c92992b4e9797f34113251c00a99eafa97958bf.tar.gz
samba-4c92992b4e9797f34113251c00a99eafa97958bf.tar.bz2
samba-4c92992b4e9797f34113251c00a99eafa97958bf.zip
bug-fixing registry commands and the rpcclient "rpcclient" command.
the rpcclient "rpcclient" command allows user options to be reset (e.g the username / password) _without_ terminating rpcclient. try this: rpcclient -S srv1 -U% -l log srv1$ rpcclient -S srv2 srv2$ :-) (This used to be commit c049865782d87ca09744ecdefb387b7852ec2ae7)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ec340ec1d6..3380bc4e63 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3571,6 +3571,7 @@ void cmd_sam_sync(struct client_info *info, int argc, char *argv[]);
/*The following definitions come from rpcclient/cmd_reg.c */
+void split_server_keyname(char *srv_name, char *key, const char* arg);
BOOL msrpc_reg_enum_key(const char* srv_name, const char* full_keyname,
REG_FN(reg_fn),
REG_KEY_FN(reg_key_fn),