summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_dest.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_dest.h')
-rw-r--r--libopkg/pkg_dest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/pkg_dest.h b/libopkg/pkg_dest.h
index b290664..e0840cc 100644
--- a/libopkg/pkg_dest.h
+++ b/libopkg/pkg_dest.h
@@ -29,6 +29,7 @@ struct pkg_dest
char *lists_dir;
char *info_dir;
char *status_file_name;
+ FILE *status_fp;
};
int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char *lists_dir);