#ifndef FSUTIL_H
#define FSUTIL_H

#include "amisc.h"
#include "async.h"
#include "arpc.h"
#include "nfsserv.h"

namespace fsutil 
{
   str fh2hex(nfs_fh3 fh);
   nfs_fh3 hex2fh(str s);
   nfs_fh3 s2fh(str s);
   str fh2s(nfs_fh3 fh);
   nfstime3 nfstime();
};

#endif // FSUTIL_H
