summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-03-01 12:59:58 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-01 12:59:58 +0100
commit9f6e2d64852026d118c717d80236177fd74331eb (patch)
treeea16393c0cfc10196f7ee2f0822d5760f4b5a42b /source3/include/proto.h
parent9ffb6d2d9e78ed192b8215194b6328d03d1ddad3 (diff)
downloadsamba-9f6e2d64852026d118c717d80236177fd74331eb.tar.gz
samba-9f6e2d64852026d118c717d80236177fd74331eb.tar.bz2
samba-9f6e2d64852026d118c717d80236177fd74331eb.zip
Sync smb_iconv_t type, convert_string return type with Samba 3 equivalents.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5bae973c3d..eeb6f1928d 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -528,15 +528,6 @@ void gencache_iterate(void (*fn)(const char* key, const char *value, time_t time
int gencache_lock_entry( const char *key );
void gencache_unlock_entry( const char *key );
-/* The following definitions come from lib/iconv.c */
-
-NTSTATUS smb_register_charset(struct charset_functions *funcs) ;
-size_t smb_iconv(smb_iconv_t cd,
- const char **inbuf, size_t *inbytesleft,
- char **outbuf, size_t *outbytesleft);
-smb_iconv_t smb_iconv_open(const char *tocode, const char *fromcode);
-int smb_iconv_close (smb_iconv_t cd);
-
/* The following definitions come from lib/interface.c */
bool ismyaddr(const struct sockaddr *ip);