From 75e33b78036438b2a07eed3cc5a1e591103b7c9c Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 3 Jul 2001 04:09:09 +0000 Subject: Fixed incorrect comment for cli_NetServerEnum() (This used to be commit 0a505e50a5059930de6583918f25ef84af53de0e) --- source3/libsmb/clirap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/libsmb/clirap.c b/source3/libsmb/clirap.c index 5050caf073..253d192aba 100644 --- a/source3/libsmb/clirap.c +++ b/source3/libsmb/clirap.c @@ -203,11 +203,11 @@ int cli_RNetShareEnum(struct cli_state *cli, void (*fn)(const char *, uint32, co /**************************************************************************** -call a NetServerEnum for the specified workgroup and servertype mask. -This function then calls the specified callback function for each name returned. +call a NetServerEnum for the specified workgroup and servertype mask. This +function then calls the specified callback function for each name returned. -The callback function takes 3 arguments: the machine name, the server type and -the comment. +The callback function takes 4 arguments: the machine name, the server type, +the comment and a state pointer. ****************************************************************************/ BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype, void (*fn)(const char *, uint32, const char *, void *), -- cgit