diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-14 12:42:43 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-14 12:42:43 +0000 |
commit | 9ea70bd00349bc391809bec374700c6d9ce2952b (patch) | |
tree | 4a5aeb71abe62792cb9fa9c03feaa6f2401e6272 /source3/include | |
parent | 376a44c81d360026eb0c2886e9a05dd2bfefd2cc (diff) | |
download | samba-9ea70bd00349bc391809bec374700c6d9ce2952b.tar.gz samba-9ea70bd00349bc391809bec374700c6d9ce2952b.tar.bz2 samba-9ea70bd00349bc391809bec374700c6d9ce2952b.zip |
simpler clistr interface which handles individual packets having
unicode bit set differently to capabilities
(This used to be commit 34a0821e087810381996f5ff6cf3b4d7b9bb53a0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 79235bbae0..e666f23ece 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -401,10 +401,8 @@ uint32 cli_spoolss_getprinter(struct cli_state *cli, POLICY_HND *pol, /*The following definitions come from libsmb/clistr.c */ int clistr_push(struct cli_state *cli, void *dest, const char *src, int dest_len, int flags); -int clistr_push_size(struct cli_state *cli, const void *dest, const char *src, int dest_len, int flags); int clistr_pull(struct cli_state *cli, char *dest, const void *src, int dest_len, int src_len, int flags); -int clistr_pull_size(struct cli_state *cli, const void *src, int src_len); -int clistr_align(struct cli_state *cli, int offset); +int clistr_align(const void *buf, const void *p); /*The following definitions come from libsmb/clitrans.c */ |