fhcopy
#define setfh(d, s) fhcopy((d)->version, (s), (d)->fh)
#define getfh(d, s) fhcopy((d)->version, (d)->fh, (s))
fhcopy(*versionp, repl->fh, fhp);