summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-06 15:25:56 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-06 15:25:56 -0500
commitd60573340f7e1f14dbc32c27b009e63aaf9ce087 (patch)
tree5250ade047cbdafac592115cd0a2ca5b52f3b9a3 /includes
parent35e868895740da3c63f2e14c49bfd195783b2757 (diff)
downloadisc-dhcp-d60573340f7e1f14dbc32c27b009e63aaf9ce087.tar.gz
[master] dhcpd -T now writes leases to temp file
Merges in rt22267.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index c83dc9a6..cea60b27 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -3032,7 +3032,7 @@ void commit_leases_timeout (void *);
int commit_leases (void);
int commit_leases_timed (void);
void db_startup (int);
-int new_lease_file (void);
+int new_lease_file (int test_mode);
int group_writer (struct group_object *);
int write_ia(const struct ia_xx *);