summaryrefslogtreecommitdiff
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-12 22:27:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-12 22:27:14 +0000
commit38d74a216830a14bae80baee0dcfc1cc0b35b794 (patch)
tree5ae1635c543fc3f890331b457e594915a42a795a /usr.sbin/repquota
parent61f9e0e1ea130875ae606dd841cace858c17c952 (diff)
ensure there are prototypes
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 39ecebde192..57f2acda532 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -68,7 +68,7 @@ void usage(void);
int repquota(struct fstab *, int, char *);
int hasquota(struct fstab *, int, char **);
int oneof(char *, char *[], int);
-
+char *timeprt(time_t);
int
main(int argc, char *argv[])
{