On Fri, 27 Aug 2004, Binulal Narayanan wrote:
<Reformatting to suit my taste>
~ > In the header file of the library, you add the following attribute ~ > against the function which you wish to hide ~ > __attribute__ ((visibility("hidden")))
~ Could you please elaborate or give some links or references?
Or you can use static functions. Can not handle all the cases tho.