diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-02-06 21:12:08 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-02-06 21:12:08 +0000 |
commit | 237459c70b807a4ff3a3699aa2a8c5239efff9a0 (patch) | |
tree | 3b77a6b97f976b031dbff7e11183da076b6e03b0 /usr.sbin/dhcpd/dhcpd.h | |
parent | 6a3fb33caa375e5aaf04678aa110dad12bd57ff1 (diff) |
spaces
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.h')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h index 53a70253478..d1e6e227547 100644 --- a/usr.sbin/dhcpd/dhcpd.h +++ b/usr.sbin/dhcpd/dhcpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.h,v 1.30 2007/02/06 17:58:39 stevesk Exp $ */ +/* $OpenBSD: dhcpd.h,v 1.31 2007/02/06 21:12:07 stevesk Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 @@ -722,8 +722,8 @@ void icmp_echoreply(struct protocol *); /* pfutils.c */ __dead void pftable_handler(void); -void pf_change_table(int , int , struct in_addr , char *); -void pf_kill_state(int , struct in_addr ); +void pf_change_table(int, int, struct in_addr, char *); +void pf_kill_state(int, struct in_addr); size_t atomicio(ssize_t (*)(int, void *, size_t), int, void *, size_t); #define vwrite (ssize_t (*)(int, void *, size_t))write void pfmsg(char, struct lease *); |