summaryrefslogtreecommitdiffstats
path: root/src/apk_package.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2008-11-27 20:25:01 +0200
committerTimo Teras <timo.teras@iki.fi>2008-11-27 20:25:01 +0200
commitf0609951b9fd2938c0f30853e0aa6b08b8698a88 (patch)
tree3b1f72cbaad90d715d60643c0fac98b7aaedd37e /src/apk_package.h
parent1a7f3e3678844165d2660ebff09da26b9ba01576 (diff)
downloadapk-tools-f0609951b9fd2938c0f30853e0aa6b08b8698a88.tar.bz2
apk-tools-f0609951b9fd2938c0f30853e0aa6b08b8698a88.tar.xz
hash, db: use apk_blob_t and list_*
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 6f13e94..ea8ef24 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -57,7 +57,7 @@ struct apk_package {
unsigned int installed_size, size;
/* for installed packages only */
- struct hlist_node installed_pkgs_list;
+ struct list_head installed_pkgs_list;
struct hlist_head owned_files;
struct hlist_head scripts;
};