Fixed issue 21 "xbps-repo find-files
is awfully slow" reported by ojab.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2009-2011 Juan Romero Pardines.
|
||||
* Copyright (c) 2009-2012 Juan Romero Pardines.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -41,6 +41,9 @@ struct repo_search_data {
|
||||
/* From index.c */
|
||||
int repo_genindex(const char *);
|
||||
|
||||
/* From index-files.c */
|
||||
int repo_genindex_files(const char *);
|
||||
|
||||
/* From find-files.c */
|
||||
int repo_find_files_in_packages(int, char **);
|
||||
|
||||
|
Reference in New Issue
Block a user