diff options
author | Luke Leighton <lkcl@samba.org> | 1999-01-27 20:31:58 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-01-27 20:31:58 +0000 |
commit | 05040640856b8eb1bebc26afa2a2e210241b4838 (patch) | |
tree | 51983e9edc476b5ba7b6e8dcaad9819e2aa99277 /source3/include/proto.h | |
parent | f6c646467d3b6a4ad296e50a1bf89a36ce9551bc (diff) | |
download | samba-05040640856b8eb1bebc26afa2a2e210241b4838.tar.gz samba-05040640856b8eb1bebc26afa2a2e210241b4838.tar.bz2 samba-05040640856b8eb1bebc26afa2a2e210241b4838.zip |
Service Control Manager - service enumeration.
(This used to be commit f4dd8f6b566961890b2933b7a413241bf9b93797)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2f43cd1edb..6f2c9934e8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1785,8 +1785,9 @@ BOOL do_svc_open_sc_man(struct cli_state *cli, uint16 fnum, BOOL do_svc_enum_svcs(struct cli_state *cli, uint16 fnum, POLICY_HND *hnd, uint32 services_type, uint32 services_state, - uint32 buf_size, uint32 *resume_hnd, - ENUM_SRVC_STATUS **svcs); + uint32 *buf_size, uint32 *resume_hnd, + uint32 *dos_error, + ENUM_SRVC_STATUS **svcs, uint32 *num_svcs); BOOL do_svc_close(struct cli_state *cli, uint16 fnum, POLICY_HND *hnd); /*The following definitions come from rpc_client/cli_wkssvc.c */ @@ -2768,6 +2769,7 @@ void display_reg_value_info(FILE *out_hnd, enum action_type action, char *val_name, uint32 val_type, BUFFER2 *value); void display_reg_key_info(FILE *out_hnd, enum action_type action, char *key_name, time_t key_mod_time); +void display_svc_info(FILE *out_hnd, enum action_type action, ENUM_SRVC_STATUS *svc); /*The following definitions come from rpcclient/rpcclient.c */ |