summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-03-21 14:29:51 -0400
committerDave Reisner <d@falconindy.com>2011-03-21 14:29:51 -0400
commit5fae8f246a438160e004762313863e4646aecf4c (patch)
tree7577eeefb7cbda1a0d90cb6368cc39db35c87d2b
parent3a5d0f91068cbf5615170eeb4adf9ce1d830a08d (diff)
downloadexpac-5fae8f246a438160e004762313863e4646aecf4c.tar.xz
declare resolve_pkg as static
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index 7161cea..7c60189 100644
--- a/expac.c
+++ b/expac.c
@@ -478,7 +478,7 @@ static int print_pkg(pmpkg_t *pkg, const char *format) {
return 0;
}
-alpm_list_t *resolve_pkg(alpm_list_t *targets) {
+static alpm_list_t *resolve_pkg(alpm_list_t *targets) {
char *pkgname, *reponame;
alpm_list_t *t, *r, *ret = NULL;