2022-02-07 06:35:29 +05:30
|
|
|
// Copyright 2014-2018 Nicholas J. Kain <njkain at gmail dot com>
|
|
|
|
// 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-01-12 09:05:19 +05:30
|
|
|
void get_clientid(struct client_state_t *cs, struct client_config_t *cc);
|
2014-03-19 10:12:32 +05:30
|
|
|
|
2022-02-07 06:35:29 +05:30
|
|
|
#endif
|
|
|
|
|