xbps-repo: make xbps_repo_addpkg_index() static.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091124111123-1e8hxb9ry42oq9wr
This commit is contained in:
parent
3a65c45de3
commit
ea882fca0b
@ -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 *);
|
||||
|
@ -79,7 +79,7 @@ out:
|
||||
return dict;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
xbps_repo_addpkg_index(prop_dictionary_t idxdict, const char *filedir,
|
||||
const char *file)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user