2022-08-28 03:52:44 -04:00
|
|
|
// Copyright 2014-2022 Nicholas J. Kain <njkain at gmail dot com>
|
2022-02-06 20:05:29 -05:00
|
|
|
// 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-08-28 03:52:44 -04:00
|
|
|
void get_clientid(struct client_config_t *cc);
|
2014-03-19 00:42:32 -04:00
|
|
|
|
2022-02-06 20:05:29 -05:00
|
|
|
#endif
|
|
|
|
|