2022-08-28 13:22:44 +05:30
|
|
|
// Copyright 2014-2022 Nicholas J. Kain <njkain at gmail dot com>
|
2022-02-07 06:35:29 +05:30
|
|
|
// SPDX-License-Identifier: MIT
|
2014-03-19 10:12:32 +05:30
|
|
|
#ifndef NJK_NDHC_DUIAID_H_
|
|
|
|
#define NJK_NDHC_DUIAID_H_
|
|
|
|
|
|
|
|
#include "ndhc.h"
|
|
|
|
|
2022-08-28 13:22:44 +05:30
|
|
|
void get_clientid(struct client_config_t *cc);
|
2014-03-19 10:12:32 +05:30
|
|
|
|
2022-02-07 06:35:29 +05:30
|
|
|
#endif
|
|
|
|
|