#ifndef FSUTIL_H
#define FSUTIL_H

#include "amisc.h"
#include "async.h"
#include "arpc.h"
#include "nfsserv.h"

namespace fsutil 
{
  wcc_data make_wcc(fattr3, fattr3);
  nfstime3 nfstime();
};

#endif // FSUTIL_H
