summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-03-24 11:42:40 +1100
committerAndrew Tridgell <tridge@samba.org>2011-03-25 04:37:06 +0100
commit980064b76d774680febc5d201a1aacc4b9fa8b86 (patch)
treed2b5f2eb4226be58f33f7cc7e337c93dd530329a /source3/include/proto.h
parent8cd4a38d722af31bc94b9868d27bed2f9f7c5cff (diff)
downloadsamba-980064b76d774680febc5d201a1aacc4b9fa8b86.tar.gz
samba-980064b76d774680febc5d201a1aacc4b9fa8b86.tar.bz2
samba-980064b76d774680febc5d201a1aacc4b9fa8b86.zip
lib: remove unused pieces of string_wrappers.h
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8e1bcc6417..3c454460f2 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -461,7 +461,7 @@ size_t pull_string_fn(const void *base_ptr,
size_t dest_len,
size_t src_len,
int flags);
-size_t pull_string_talloc_fn(TALLOC_CTX *ctx,
+size_t pull_string_talloc(TALLOC_CTX *ctx,
const void *base_ptr,
uint16 smb_flags2,
char **ppdest,