--- squashfs4.3/squashfs-tools/mksquashfs.h.vanilla 2019-01-10 23:44:46.906629467 +0000 +++ squashfs4.3/squashfs-tools/mksquashfs.h 2019-01-10 23:47:50.337394783 +0000 @@ -130,6 +130,17 @@ /* offset of data in compressed metadata blocks (allowing room for * compressed size */ #define BLOCK_OFFSET 2 +extern void add_dir_entry2(char *name, char *source_name, + char *nonstandard_pathname, struct dir_info *sub_dir, + struct inode_info *inode_info, struct dir_info *dir); +extern struct dir_ent *create_dir_entry(char *name, char *source_name, + char *nonstandard_pathname, struct dir_info *dir); +extern unsigned int get_parent_no(struct dir_info *dir); +extern int is_fragment(struct inode_info *inode); +extern void add_dir_entry(struct dir_ent *dir_ent, struct dir_info *sub_dir, + struct inode_info *inode_info); +extern void free_dir_entry(struct dir_ent *dir_ent); +extern struct inode_info *lookup_inode(struct stat *buf);
extern struct cache *reader_buffer, *fragment_buffer, *reserve_cache; struct cache *bwriter_buffer, *fwriter_buffer;
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
