# # patch "inodeprint.hh" # from [0ab942d9f8b39de4133a515231207c6bcd1a305c] # to [56326dab006b882f5e2593740da4742bd28bbc35] # ======================================================================== --- inodeprint.hh 0ab942d9f8b39de4133a515231207c6bcd1a305c +++ inodeprint.hh 56326dab006b882f5e2593740da4742bd28bbc35 @@ -20,9 +20,9 @@ class app_state; void read_inodeprint_map(data const & dat, - inodeprint_map & man); + inodeprint_map & ipm); -void write_inodeprint_map(inodeprint_map const & man, +void write_inodeprint_map(inodeprint_map const & ipm, data & dat);