1
0
mirror of https://github.com/moparisthebest/pacman synced 2025-01-08 12:28:00 -05:00

* Mark a function as static that is only used in deptest.c.

This commit is contained in:
Dan McGee 2007-03-07 21:47:52 +00:00
parent abcb5494bc
commit 3461786b19

View File

@ -38,7 +38,7 @@
extern config_t *config;
int chk_package(const char *pkgname, pmdepend_t *dep)
static int chk_package(const char *pkgname, pmdepend_t *dep)
{
pmpkg_t *pkg;
pkg = alpm_db_get_pkg(alpm_option_get_localdb(), pkgname);