pkg: pkg_report_graph_error() should be static

pull/48/head
William Pitcock 2013-02-25 08:56:57 -06:00
parent fd9f511afa
commit 7d3f234cba
1 changed files with 1 additions and 1 deletions

2
pkg.c
View File

@ -806,7 +806,7 @@ pkg_verify_graph(pkg_t *root, int depth, unsigned int flags)
return pkg_traverse(root, NULL, NULL, depth, flags);
}
unsigned int
static unsigned int
pkg_report_graph_error(pkg_t *pkg, pkg_dependency_t *node, unsigned int eflags)
{
if (eflags & PKG_ERRF_PACKAGE_NOT_FOUND)