[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
commit91d30b8a3406d01b5fca97a96ad5964703813f0e
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:29:28 +0000 (16 20:29 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:29:28 +0000 (16 20:29 -0500)
tree0c9666521ba565fa3360466dbeafa997267dfa76
parentac4baafeb8d74bf1db7f2ce84b2bc3abdef90337
[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
source/include/libsmb_internal.h
source/libsmb/libsmb_dir.c
source/libsmb/libsmb_path.c