diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-05 14:02:56 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-05 14:53:54 +0200 |
commit | 869a19f06c0ef7b106dfbbc3db1ed1091a1a4259 (patch) | |
tree | 3bcf7e5b895573519d4df146cfefea797c06d007 /source3/include | |
parent | 61fb8a4fd1a8b30fffdf941a9ff843825bf966e3 (diff) | |
download | samba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.tar.gz samba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.tar.bz2 samba-869a19f06c0ef7b106dfbbc3db1ed1091a1a4259.zip |
s3: Remove a pointless wrapper function
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2ab1cfdf45..32340b3d66 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2653,7 +2653,6 @@ size_t clistr_pull_talloc_fn(const char *function, int src_len, int flags); size_t clistr_align_out(struct cli_state *cli, const void *p, int flags); -size_t clistr_align_in(struct cli_state *cli, const void *p, int flags); /* The following definitions come from libsmb/clitrans.c */ |