ndhc/leasefile.h

11 lines
239 B
C
Raw Normal View History

// Copyright 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
// SPDX-License-Identifier: MIT
2014-03-10 19:42:52 -04:00
#ifndef NJK_NDHC_LEASEFILE_H_
#define NJK_NDHC_LEASEFILE_H_
void open_leasefile(void);
void write_leasefile(struct in_addr ipnum);
2014-03-10 19:42:52 -04:00
#endif
2014-03-10 19:42:52 -04:00