summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-01-26 03:38:05 +0100
committerVolker Lendecke <vl@samba.org>2009-01-26 05:39:34 +0100
commit7f25e0da7348d786a36fa14403938b4f209fb52b (patch)
tree0f6a4c4a00e985c09fb0197d59cad1efb612caa1 /source3/include/proto.h
parent6baf760d176cc5ea8eb0cba6d68171f1950c1b75 (diff)
downloadsamba-7f25e0da7348d786a36fa14403938b4f209fb52b.tar.gz
samba-7f25e0da7348d786a36fa14403938b4f209fb52b.tar.bz2
samba-7f25e0da7348d786a36fa14403938b4f209fb52b.zip
Decouple clistr_pull from struct cli_state->inbuf
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1414ba89ec..8838419705 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2825,7 +2825,7 @@ size_t clistr_push_fn(const char *function,
int flags);
size_t clistr_pull_fn(const char *function,
unsigned int line,
- struct cli_state *cli,
+ const char *inbuf,
char *dest,
const void *src,
int dest_len,
@@ -2834,7 +2834,7 @@ size_t clistr_pull_fn(const char *function,
size_t clistr_pull_talloc_fn(const char *function,
unsigned int line,
TALLOC_CTX *ctx,
- struct cli_state *cli,
+ const char *inbuf,
char **pp_dest,
const void *src,
int src_len,