summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-08-21 15:48:38 -0700
committerJeremy Allison <jra@samba.org>2012-08-22 20:38:50 +0200
commit63ea42853cbc6cdfec4fe6f8aea8b717e889237c (patch)
tree60a920a894c235f4a0ff588362ca348a97fbb386 /source3/include/proto.h
parent7eee4947f30ba1526fadcb3157999e03c0b105e7 (diff)
downloadsamba-63ea42853cbc6cdfec4fe6f8aea8b717e889237c.tar.gz
samba-63ea42853cbc6cdfec4fe6f8aea8b717e889237c.tar.bz2
samba-63ea42853cbc6cdfec4fe6f8aea8b717e889237c.zip
Remove align_string(). No longer used.
Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Aug 22 20:38:50 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 00dbab84ad..3635759ac5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -83,7 +83,6 @@ size_t pull_string_talloc(TALLOC_CTX *ctx,
const void *src,
size_t src_len,
int flags);
-size_t align_string(const void *base_ptr, const char *p, int flags);
size_t dos_PutUniCode(char *dst,const char *src, size_t len, bool null_terminate);
int rpcstr_push_talloc(TALLOC_CTX *ctx, smb_ucs2_t **dest, const char *src);