From c553970061a61f4a6c62b8cf949f1012259854e6 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Fri, 30 Jan 2015 14:35:02 +0200 Subject: remove support for old database location in /var the location changed in apk-tools 2.1.0 (March 2011) which was used in Alpine Linux 2.2. --- src/apk_io.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/apk_io.h') diff --git a/src/apk_io.h b/src/apk_io.h index 82102aa..2e1c319 100644 --- a/src/apk_io.h +++ b/src/apk_io.h @@ -147,7 +147,6 @@ int apk_file_get_info(int atfd, const char *filename, unsigned int flags, typedef int apk_dir_file_cb(void *ctx, int dirfd, const char *entry); int apk_dir_foreach_file(int dirfd, apk_dir_file_cb cb, void *ctx); -int apk_move_file(int atfd, const char *from, const char *to); const char *apk_url_local_file(const char *url); void apk_id_cache_init(struct apk_id_cache *idc, int root_fd); -- cgit v1.2.3-70-g09d2