Home | History | Annotate | Line # | Download | only in quota
printquota.h revision 1.2
      1  1.2  bouyer /*	$NetBSD: printquota.h,v 1.2 2011/03/06 17:08:42 bouyer Exp $ */
      2  1.2  bouyer 
      3  1.2  bouyer const char *intprt(uint64_t, u_int, int, int);
      4  1.2  bouyer const char *timeprt(time_t, time_t, int);
      5  1.2  bouyer const char *timepprt(time_t, int, int);
      6  1.2  bouyer int timeprd(const char *, time_t *);
      7  1.2  bouyer int intrd(char *str, uint64_t *val, u_int);
      8  1.2  bouyer 
      9