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:
parent
abcb5494bc
commit
3461786b19
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user