* 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; 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; pmpkg_t *pkg;
pkg = alpm_db_get_pkg(alpm_option_get_localdb(), pkgname); pkg = alpm_db_get_pkg(alpm_option_get_localdb(), pkgname);