[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:30:11 +0000 (20:30 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:30:11 +0000 (20:30 -0500)
commitbf7eb0164b0c69d5d0f3019f3aa524846f6a4394
tree2a668d2f9def44c75fcb83b3d071d5c3c13ef7e4
parent20b765f0a20fe7329559e4bf2a9dac4fe8e13c18
[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