summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-30 17:49:01 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-30 12:17:05 +0200
commita64958a8805b6ef1758293697e63309d3ddbe4ae (patch)
tree325ced3f0b6910c7761a2ddd9a6500493c2c0a87 /source3/include
parent48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e (diff)
downloadsamba-a64958a8805b6ef1758293697e63309d3ddbe4ae.tar.gz
samba-a64958a8805b6ef1758293697e63309d3ddbe4ae.tar.bz2
samba-a64958a8805b6ef1758293697e63309d3ddbe4ae.zip
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a565f93462..91ff45d7b9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1026,9 +1026,6 @@ char *ipstr_list_make(char **ipstr_list,
int ip_count);
int ipstr_list_parse(const char *ipstr_list, struct ip_service **ip_list);
void ipstr_list_free(char* ipstr_list);
-DATA_BLOB base64_decode_data_blob(const char *s);
-void base64_decode_inplace(char *s);
-char *base64_encode_data_blob(TALLOC_CTX *mem_ctx, DATA_BLOB data);
uint64_t STR_TO_SMB_BIG_UINT(const char *nptr, const char **entptr);
SMB_OFF_T conv_str_size(const char * str);
void string_append(char **left, const char *right);