[Bug 6022] smbc_urlencode and smbc_urldecode were not exported
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:26:46 +0000 (20:26 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sat, 17 Jan 2009 01:26:46 +0000 (20:26 -0500)
commitc6b4f3526a262b22d5a97a3152f378778a497a26
treed20aec5390651b1f072c30521213c32e048c71db
parent1c77c7f3d5b6cb29fac4606299c237c0e299f836
[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
source3/include/libsmb_internal.h
source3/libsmb/libsmb_dir.c
source3/libsmb/libsmb_path.c