Rename lib/sync_remote_pkgidx.c to repository_sync_index.c.

xbps_sync_repository_pkg_index() renamed to xbps_repository_sync_pkg_index().

--HG--
rename : lib/sync_remote_pkgidx.c => lib/repository_sync_index.c
extra : convert_revision : xtraeme%40gmail.com-20091130105325-75rr2xm1zpi8bjwh
This commit is contained in:
Juan RP
2009-11-30 11:53:25 +01:00
parent a3db88bd07
commit e4cda0e9cc
4 changed files with 9 additions and 9 deletions

View File

@@ -18,8 +18,8 @@ OBJS += configure.o config_files.o cmpver.o download.o fexec.o
OBJS += humanize_number.o orphans.o plist.o purge.o register.o
OBJS += regpkgs_dictionary.o remove.o remove_obsoletes.o repository.o
OBJS += repository_finddeps.o repository_findpkg.o repository_plist.o
OBJS += repository_pool.o requiredby.o sha256.o sortdeps.o state.o
OBJS += sync_remote_pkgidx.o unpack.o util.o pkgmatch.o mkpath.o
OBJS += repository_pool.o repository_sync_index.o requiredby.o sha256.o
OBJS += sortdeps.o state.o unpack.o util.o pkgmatch.o mkpath.o
.PHONY: all
all: libfetch libxbps.so libxbps.a

View File

@@ -71,7 +71,7 @@ xbps_get_remote_repo_string(const char *uri)
* size and/or mtime match) and 1 if downloaded successfully.
*/
int SYMEXPORT
xbps_sync_repository_pkg_index(const char *uri)
xbps_repository_sync_pkg_index(const char *uri)
{
struct url *url = NULL;
struct utsname un;