xbps-repo: there's no need to prefix local funcs with xbps_ anymore.

--HG--
extra : convert_revision : d8a2402697ca5709c5ca4e94d94ab4df6b97c818
This commit is contained in:
Juan RP 2009-02-05 15:31:54 +01:00
parent 65d1c71008
commit dfb7e2a687
3 changed files with 10 additions and 10 deletions

View file

@ -23,6 +23,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
int xbps_search_string_in_pkgs(prop_object_t, void *, bool *);
int xbps_show_pkg_info_from_repolist(prop_object_t, void *, bool *);
int xbps_list_strings_in_array(prop_object_t, void *, bool *);
int search_string_in_pkgs(prop_object_t, void *, bool *);
int show_pkg_info_from_repolist(prop_object_t, void *, bool *);
int list_strings_in_array(prop_object_t, void *, bool *);