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-11 05:12:52 +05:30
#ifndef NJK_NDHC_LEASEFILE_H_
#define NJK_NDHC_LEASEFILE_H_
void open_leasefile(void);
void write_leasefile(struct in_addr ipnum);
2014-03-11 05:12:52 +05:30
#endif
2014-03-11 05:12:52 +05:30