diff options
author | Dave Reisner <d@falconindy.com> | 2011-03-21 14:29:51 -0400 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2011-03-21 14:29:51 -0400 |
commit | 5fae8f246a438160e004762313863e4646aecf4c (patch) | |
tree | 7577eeefb7cbda1a0d90cb6368cc39db35c87d2b | |
parent | 3a5d0f91068cbf5615170eeb4adf9ce1d830a08d (diff) | |
download | expac-5fae8f246a438160e004762313863e4646aecf4c.tar.xz |
declare resolve_pkg as static
-rw-r--r-- | expac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |