xbps-repo: there's no need to prefix local funcs with xbps_ anymore.
--HG-- extra : convert_revision : d8a2402697ca5709c5ca4e94d94ab4df6b97c818
This commit is contained in:
parent
65d1c71008
commit
dfb7e2a687
3 changed files with 10 additions and 10 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue