From 4d910553dcf8e19f4b1d6fb65ee9d5473a55cbbd Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 18 Oct 2007 13:00:46 +0200 Subject: Add net rap file user (This used to be commit 2972c97e5e676964585de930601f083c19080735) --- source3/libsmb/clirap2.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/clirap2.c b/source3/libsmb/clirap2.c index 23113003f0..b8fe31a562 100644 --- a/source3/libsmb/clirap2.c +++ b/source3/libsmb/clirap2.c @@ -1021,7 +1021,10 @@ int cli_NetFileGetInfo(struct cli_state *cli, uint32 file_id, void (*fn)(const c * False - failure * ****************************************************************************/ -int cli_NetFileEnum(struct cli_state *cli, char * user, char * base_path, void (*fn)(const char *, const char *, uint16, uint16, uint32)) +int cli_NetFileEnum(struct cli_state *cli, const char * user, + const char * base_path, + void (*fn)(const char *, const char *, uint16, uint16, + uint32)) { char *rparam = NULL; char *rdata = NULL; -- cgit