30 Jan
2007
30 Jan
'07
7:48 a.m.
On 1/27/07, K. Piche <kpiche@rogers.com> wrote:
All,
Here's a patch that implements symbol exporting/hiding for libalpm. It takes a "hide all" approach but mark the functions and variables to be exported. Otherwise every variable would have to be marked as hidden.
There's only one "private" function _alpm_versioncmp thatneeds to be exported for the vercmp utility so it should probably be renamed.
Applied! Thanks,