]> git.draconx.ca Git - upkg.git/blobdiff - src/upkg.h
Add EOF notification to the upkg export API.
[upkg.git] / src / upkg.h
index 2e92e8527c1570e78be20bb8fa14792041a5b39f..7ef55d74e5fe0f2cfe2b9350dd7dfd12cde6dbb8 100644 (file)
@@ -55,6 +55,8 @@ struct upkg {
 struct upkg_file {
        const char *name;
 
+       int eof;
+
        struct upkg *pkg;
        unsigned long base, offset, len;
 };