1 #ifndef FS_SIS_COMMON_H
2 #define FS_SIS_COMMON_H
3 
4 #include "fs-api-private.h"
5 
6 #define HASH_DIR_NAME "hashes"
7 
8 int fs_sis_path_parse(struct fs_file *file, const char *path,
9 		      const char **dir_r, const char **hash_r);
10 void fs_sis_try_unlink_hash_file(struct fs_file *sis_file,
11 				 struct fs_file *super_file);
12 
13 #endif
14 
15