xbps-{bin,repo}: use static const tables to parse objs in XBPS_PKGPROPS files.
This commit is contained in:
@ -55,8 +55,8 @@ void fetch_file_progress_cb(void *);
|
||||
|
||||
/* From util.c */
|
||||
int show_pkg_files(prop_dictionary_t);
|
||||
void show_pkg_info(prop_dictionary_t);
|
||||
void show_pkg_info_only_repo(prop_dictionary_t);
|
||||
void show_pkg_info(prop_dictionary_t, bool);
|
||||
void show_pkg_info_only_repo(prop_dictionary_t);
|
||||
int show_pkg_namedesc(prop_object_t, void *, bool *);
|
||||
int list_strings_in_array(prop_object_t, void *, bool *);
|
||||
int list_strings_sep_in_array(prop_object_t, void *, bool *);
|
||||
|
Reference in New Issue
Block a user