12 lines
304 B
C
12 lines
304 B
C
|
#ifndef __CLIENT_H__
|
||
|
#define __CLIENT_H__
|
||
|
|
||
|
#include "keyfile.h"
|
||
|
#include "cmdline.h"
|
||
|
|
||
|
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
|
||
|
bool dtls_client(const struct keydb_t *keydb, const struct options_t *options);
|
||
|
/*************** AUTO GENERATED SECTION ENDS ***************/
|
||
|
|
||
|
#endif
|