diff options
Diffstat (limited to 'sbin/isakmpd/monitor.h')
-rw-r--r-- | sbin/isakmpd/monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/monitor.h b/sbin/isakmpd/monitor.h index 2d20f5eb0f0..39f20b39c47 100644 --- a/sbin/isakmpd/monitor.h +++ b/sbin/isakmpd/monitor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.h,v 1.8 2004/04/15 18:39:26 deraadt Exp $ */ +/* $OpenBSD: monitor.h,v 1.9 2004/06/20 15:03:35 ho Exp $ */ /* * Copyright (c) 2003 Håkan Olsson. All rights reserved. @@ -59,7 +59,7 @@ struct monitor_dirents { struct dirent **dirents; }; -pid_t monitor_init(void); +pid_t monitor_init(int); void monitor_loop(int); int mm_send_fd(int, int); |