diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-07 07:52:15 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-07 07:52:15 +0000 |
commit | af92d59f0c404fa53091253c6666c5d613979e47 (patch) | |
tree | 92fe757fbffb5671dc4335c7cb74c26b48423e8e /usr.sbin/relayd/relayd.h | |
parent | 8ecd9f570ea5c0896b736732748ae9beb6cdec22 (diff) |
add a function to print delays in hours, minutes, and seconds
Diffstat (limited to 'usr.sbin/relayd/relayd.h')
-rw-r--r-- | usr.sbin/relayd/relayd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 1c315716321..21b877e2bb1 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.56 2007/09/06 19:55:45 reyk Exp $ */ +/* $OpenBSD: relayd.h,v 1.57 2007/09/07 07:52:14 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -639,6 +639,7 @@ const char *host_status(enum host_status); const char *table_check(enum table_check); const char *print_availability(u_long, u_long); const char *print_host(struct sockaddr_storage *, char *, size_t); +const char *print_time(struct timeval *, struct timeval *, char *, size_t); /* buffer.c */ struct buf *buf_open(size_t); |