1 1.3 christos /* $NetBSD: printquota.h,v 1.3 2011/03/06 20:47:59 christos Exp $ */ 2 1.2 bouyer 3 1.3 christos const char *intprt(char *, size_t, uint64_t, int, int); 4 1.3 christos const char *timeprt(char *, size_t, time_t, time_t); 5 1.3 christos #if 0 6 1.2 bouyer const char *timepprt(time_t, int, int); 7 1.2 bouyer int timeprd(const char *, time_t *); 8 1.2 bouyer int intrd(char *str, uint64_t *val, u_int); 9 1.3 christos #endif 10 1.2 bouyer 11