summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-14 08:10:13 +0100
committerVolker Lendecke <vl@samba.org>2011-03-15 09:15:36 +0100
commitb0667f7fda5d8f7fd110645f885c5503281d67f8 (patch)
tree44ac352ef84aeeadb8669773c49857d54dc9a4c5 /source3/include
parenta4d7b3a1dfddc95c1825588cddaee5b4039fa5e2 (diff)
downloadsamba-b0667f7fda5d8f7fd110645f885c5503281d67f8.tar.gz
samba-b0667f7fda5d8f7fd110645f885c5503281d67f8.tar.bz2
samba-b0667f7fda5d8f7fd110645f885c5503281d67f8.zip
s3: Remove some unused code
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 199ee4836c..2cb21f5ab6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1435,8 +1435,6 @@ size_t strlen_m_ext_term(const char *s, const charset_t src_charset,
size_t strlen_m(const char *s);
size_t strlen_m_term(const char *s);
size_t strlen_m_term_null(const char *s);
-char *binary_string_rfc2254(TALLOC_CTX *mem_ctx, const uint8_t *buf, int len);
-char *binary_string(char *buf, int len);
int fstr_sprintf(fstring s, const char *fmt, ...);
bool str_list_sub_basic( char **list, const char *smb_name,
const char *domain_name );