summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcp/includes
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>2001-01-03 16:04:41 +0000
committerEric Jackson <ericj@cvs.openbsd.org>2001-01-03 16:04:41 +0000
commit994cdb8d3b777662b6dba5a039c1d9a19e82a1cb (patch)
treec62445a704a87c84eeb6224e13a2089a0cfcc923 /usr.sbin/dhcp/includes
parent1fc55dfbde4a8de5d2139db13d4cef0f0689c4d3 (diff)
-Wall cleanup.
roll a function for writing out pidfile's instead of rolling it for each program. be careful with a few more buffers
Diffstat (limited to 'usr.sbin/dhcp/includes')
-rw-r--r--usr.sbin/dhcp/includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/dhcp/includes/dhcpd.h b/usr.sbin/dhcp/includes/dhcpd.h
index 9ec584d9aea..183ff87bf93 100644
--- a/usr.sbin/dhcp/includes/dhcpd.h
+++ b/usr.sbin/dhcp/includes/dhcpd.h
@@ -473,6 +473,7 @@ int warn PROTO ((char *, ...));
int note PROTO ((char *, ...));
int debug PROTO ((char *, ...));
int parse_warn PROTO ((char *, ...));
+void write_pidfile PROTO((char *, pid_t));
/* dhcpd.c */
extern TIME cur_time;