Diff for /xfs-cmds/xfsdump/common/hsmapi.h between versions 1.4 and 1.5

version 1.4, 2006/10/04 15:37:52 version 1.5, 2007/02/01 19:16:27
Line 92  HsmDeleteFsysContext( Line 92  HsmDeleteFsysContext(
   
 extern int  extern int
 HsmEstimateFileSpace(  HsmEstimateFileSpace(
         hsm_fs_ctxt_t   *contextp,          hsm_fs_ctxt_t   *fscontextp,
           hsm_f_ctxt_t    *fcontextp,
 const   xfs_bstat_t     *statp,  const   xfs_bstat_t     *statp,
         off64_t         *bytes,          off64_t         *bytes,
         int             accurate);          int             accurate);

Removed from v.1.4  
changed lines
  Added in v.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>