[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
commitff5fcc5538b8f17a56fd4533f25bd2cb25523089
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:29:28 +0000 (16 20:29 -0500)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Jan 2009 08:40:06 +0000 (28 09:40 +0100)
tree0c770d74ae21f227efae1d0ea588e7975d0301e1
parent6b21fd6bfb3f70667b6c6b1292557e889cdabffb
[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
(cherry picked from commit 91d30b8a3406d01b5fca97a96ad5964703813f0e)
source/include/libsmb_internal.h
source/libsmb/libsmb_dir.c
source/libsmb/libsmb_path.c