Home | History | Annotate | Line # | Download | only in quota
printquota.h revision 1.1.2.3
      1 /*	$NetBSD: printquota.h,v 1.1.2.3 2011/01/29 17:42:37 bouyer Exp $ */
      2 
      3 const char *intprt(uint64_t, u_int, int);
      4 #define HN_PRIV_UNLIMITED 0x80000000	/* print "unlimited" instead of "-" */
      5 const char *timeprt(time_t);
      6 int intrd(char *str, uint64_t *val, u_int);
      7 
      8