1732bccccc
It's a lot more common than BSD 2-clause it is both compatible and nearly identical in effect.
12 lines
255 B
C
12 lines
255 B
C
// Copyright 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
// SPDX-License-Identifier: MIT
|
|
#ifndef NJK_NDHC_DUIAID_H_
|
|
#define NJK_NDHC_DUIAID_H_
|
|
|
|
#include "ndhc.h"
|
|
|
|
void get_clientid(struct client_state_t *cs, struct client_config_t *cc);
|
|
|
|
#endif
|
|
|