e0e65cb1e2
- simplify struct access.
8 lines
311 B
C
8 lines
311 B
C
/* $NetBSD: printquota.h,v 1.4 2011/03/06 22:36:07 christos Exp $ */
|
|
|
|
const char *intprt(char *, size_t, uint64_t, int, int);
|
|
const char *timeprt(char *, size_t, time_t, time_t);
|
|
const char *timepprt(char *, size_t, time_t, int);
|
|
int timeprd(const char *, time_t *);
|
|
int intrd(char *str, uint64_t *val, u_int);
|