summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2009-01-16 20:29:28 -0500
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2009-01-16 20:29:28 -0500
commit91d30b8a3406d01b5fca97a96ad5964703813f0e (patch)
tree0c9666521ba565fa3360466dbeafa997267dfa76 /source/include
parentac4baafeb8d74bf1db7f2ce84b2bc3abdef90337 (diff)
downloadsamba-91d30b8a3406d01b5fca97a96ad5964703813f0e.tar.gz
samba-91d30b8a3406d01b5fca97a96ad5964703813f0e.tar.xz
samba-91d30b8a3406d01b5fca97a96ad5964703813f0e.zip
[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
- Since the revamp of libsmbclient, there has still been an external declaration for smbc_urlencode and smbc_urldecode in libsmbclient.h, yet those functions were renamed and made private. The two choices were to remove the function names from libsmbclient.h or to make them public again. The reported requested that they be public. This commit makes it so. Derrell
Diffstat (limited to 'source/include')
-rw-r--r--source/include/libsmb_internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/include/libsmb_internal.h b/source/include/libsmb_internal.h
index 307d6b261d2..a00547f34eb 100644
--- a/source/include/libsmb_internal.h
+++ b/source/include/libsmb_internal.h
@@ -402,16 +402,6 @@ SMBC_errno(SMBCCTX *context,
/* Functions in libsmb_path.c */
int
-SMBC_urldecode(char *dest,
- char *src,
- size_t max_dest_len);
-
-int
-SMBC_urlencode(char *dest,
- char *src,
- int max_dest_len);
-
-int
SMBC_parse_path(TALLOC_CTX *ctx,
SMBCCTX *context,
const char *fname,