Home | History | Annotate | Line # | Download | only in quota
printquota.h revision 1.1.2.5
      1  1.1.2.5  bouyer /*	$NetBSD: printquota.h,v 1.1.2.5 2011/01/30 20:54:22 bouyer Exp $ */
      2  1.1.2.1  bouyer 
      3  1.1.2.5  bouyer const char *intprt(uint64_t, u_int, int, int);
      4  1.1.2.5  bouyer const char *timeprt(time_t, time_t, int space);
      5  1.1.2.3  bouyer int intrd(char *str, uint64_t *val, u_int);
      6  1.1.2.3  bouyer 
      7