From da6e455f7001def03300a398dbbc02bb03c7f4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 10 Mar 2015 15:46:05 +0200 Subject: rename file info related functions for consistency --- src/io.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index 84ecdb4..2669ac3 100644 --- a/src/io.c +++ b/src/io.c @@ -529,8 +529,8 @@ int apk_blob_to_file(int atfd, const char *file, apk_blob_t b, unsigned int flag return r; } -int apk_file_get_info(int atfd, const char *filename, unsigned int flags, - struct apk_file_info *fi) +int apk_fileinfo_get(int atfd, const char *filename, unsigned int flags, + struct apk_file_info *fi) { struct stat64 st; struct apk_bstream *bs; @@ -586,7 +586,7 @@ int apk_file_get_info(int atfd, const char *filename, unsigned int flags, return 0; } -void apk_file_info_free(struct apk_file_info *fi) +void apk_fileinfo_free(struct apk_file_info *fi) { apk_xattr_array_free(&fi->xattrs); } -- cgit v1.2.3