1732bccccc
It's a lot more common than BSD 2-clause it is both compatible and nearly identical in effect.
11 lines
239 B
C
11 lines
239 B
C
// Copyright 2011-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
// SPDX-License-Identifier: MIT
|
|
#ifndef NJK_NDHC_LEASEFILE_H_
|
|
#define NJK_NDHC_LEASEFILE_H_
|
|
|
|
void open_leasefile(void);
|
|
void write_leasefile(struct in_addr ipnum);
|
|
|
|
#endif
|
|
|