libpkgconf: pkg: pkgconf_pkg_find_in_registry_key() should actually be private

pull/109/head
William Pitcock 2016-12-15 22:57:15 -06:00
parent 21a6d6cd59
commit 32c8c73d8b
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ pkgconf_scan_all(pkgconf_client_t *client, void *data, pkgconf_pkg_iteration_fun
} }
#ifdef _WIN32 #ifdef _WIN32
pkgconf_pkg_t * static pkgconf_pkg_t *
pkgconf_pkg_find_in_registry_key(HKEY hkey, const char *name, unsigned int flags) pkgconf_pkg_find_in_registry_key(HKEY hkey, const char *name, unsigned int flags)
{ {
pkgconf_pkg_t *pkg = NULL; pkgconf_pkg_t *pkg = NULL;