xbps-repo: make xbps_repo_addpkg_index() static.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091124111123-1e8hxb9ry42oq9wr
This commit is contained in:
Juan RP 2009-11-24 11:11:23 +00:00
parent 3a65c45de3
commit ea882fca0b
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
/* From index.c */
int xbps_repo_genindex(const char *);
int xbps_repo_addpkg_index(prop_dictionary_t, const char *, const char *);
/* From util.c */
void show_pkg_info(prop_dictionary_t);
int show_pkg_namedesc(prop_object_t, void *, bool *);

View File

@ -79,7 +79,7 @@ out:
return dict;
}
int
static int
xbps_repo_addpkg_index(prop_dictionary_t idxdict, const char *filedir,
const char *file)
{