Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcp/dist/includes add finish_daemon();



details:   https://anonhg.NetBSD.org/src/rev/1bde8d60aa62
branches:  trunk
changeset: 787484:1bde8d60aa62
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 20 12:26:34 2013 +0000

description:
add finish_daemon();

diffstat:

 external/bsd/dhcp/dist/includes/dhcpd.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 01c94fbc2594 -r 1bde8d60aa62 external/bsd/dhcp/dist/includes/dhcpd.h
--- a/external/bsd/dhcp/dist/includes/dhcpd.h   Thu Jun 20 12:24:08 2013 +0000
+++ b/external/bsd/dhcp/dist/includes/dhcpd.h   Thu Jun 20 12:26:34 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dhcpd.h,v 1.4 2013/03/27 00:38:08 christos Exp $       */
+/*     $NetBSD: dhcpd.h,v 1.5 2013/06/20 12:26:34 christos Exp $       */
 
 /* dhcpd.h
 
@@ -2753,6 +2753,7 @@
 
 struct client_lease *packet_to_lease (struct packet *, struct client_state *);
 void go_daemon (void);
+void finish_daemon (void);
 void write_client_pid_file (void);
 void client_location_changed (void);
 void do_release (struct client_state *);



Home | Main Index | Thread Index | Old Index