2022-02-06 20:05:29 -05:00
|
|
|
// Copyright 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
|
|
// SPDX-License-Identifier: MIT
|
2014-03-19 00:42:32 -04:00
|
|
|
#ifndef NJK_NDHC_DUIAID_H_
|
|
|
|
#define NJK_NDHC_DUIAID_H_
|
|
|
|
|
|
|
|
#include "ndhc.h"
|
|
|
|
|
2022-01-11 22:35:19 -05:00
|
|
|
void get_clientid(struct client_state_t *cs, struct client_config_t *cc);
|
2014-03-19 00:42:32 -04:00
|
|
|
|
2022-02-06 20:05:29 -05:00
|
|
|
#endif
|
|
|
|
|