diff options
author | Jean-François Micouleau <jfm@samba.org> | 1999-05-03 22:04:02 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 1999-05-03 22:04:02 +0000 |
commit | 4e5bf481fba36655e8fc8e04f6f67ba17dcb9844 (patch) | |
tree | 51967337c3f5f48cc2f6c93d1957f83135fd794e /source3/rpcclient/rpcclient.c | |
parent | 9ac038817ea75db29ccf7d6d149483eeaa88ecb6 (diff) | |
download | samba-4e5bf481fba36655e8fc8e04f6f67ba17dcb9844.tar.gz samba-4e5bf481fba36655e8fc8e04f6f67ba17dcb9844.tar.bz2 samba-4e5bf481fba36655e8fc8e04f6f67ba17dcb9844.zip |
last part of RPC api change.
and of rpcclient eventlog funtion
Jean Francois
(This used to be commit 7fc8659e83bf0269df297016beac6793ff0bdf32)
Diffstat (limited to 'source3/rpcclient/rpcclient.c')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 255ec4c936..9bfb80aa3d 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -105,6 +105,7 @@ struct char *description; } commands[] = { + {"eventlog", cmd_eventlog, "list the events"}, {"svcenum", cmd_svc_enum, "[-i] Lists Services Manager"}, {"at", cmd_at, "Scheduler control (at /? for syntax)"}, {"time", cmd_time, "Display remote time"}, |