diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-08 16:56:01 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-08-08 16:56:01 +0000 |
| commit | fa19f9be0400bf0b77b89ad6940eb0675235db1c (patch) | |
| tree | 178f6af642cf6aacbd3415e4286f66d0b9bd3bba /usr.sbin/rtadvd/timer.h | |
| parent | 5ed8c16b882bf0cd10fa24e3dd8aacbe1b60d8bb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rtadvd/timer.h')
| -rw-r--r-- | usr.sbin/rtadvd/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rtadvd/timer.h b/usr.sbin/rtadvd/timer.h index 2eebf150faa2..d435bde5ab18 100644 --- a/usr.sbin/rtadvd/timer.h +++ b/usr.sbin/rtadvd/timer.h @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $KAME: timer.h,v 1.3 2000/05/27 11:30:43 jinmei Exp $ */ +/* $KAME: timer.h,v 1.5 2002/05/31 13:30:38 jinmei Exp $ */ /* * Copyright (C) 1998 WIDE Project. @@ -60,6 +60,6 @@ void rtadvd_remove_timer __P((struct rtadvd_timer **)); struct timeval * rtadvd_check_timer __P((void)); struct timeval * rtadvd_timer_rest __P((struct rtadvd_timer *)); void TIMEVAL_ADD __P((struct timeval *, struct timeval *, - struct timeval *)); + struct timeval *)); void TIMEVAL_SUB __P((struct timeval *, struct timeval *, - struct timeval *)); + struct timeval *)); |
