~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lib-fs/fs-sis-common.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
int fs_sis_path_parse(struct fs *fs, const char *path,
9
9
                      const char **dir_r, const char **hash_r);
10
 
void fs_sis_try_unlink_hash_file(struct fs *fs, struct fs *super,
11
 
                                 const char *path);
 
10
void fs_sis_try_unlink_hash_file(struct fs *sis_fs, struct fs_file *super_file);
12
11
 
13
12
#endif
14
13