From 5fae8f246a438160e004762313863e4646aecf4c Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 21 Mar 2011 14:29:51 -0400 Subject: declare resolve_pkg as static --- expac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf