#ifndef __SERVER_H__ #define __SERVER_H__ #include "keyfile.h" #include "cmdline.h" /*************** AUTO GENERATED SECTION FOLLOWS ***************/ bool dtls_server(const struct keyentry_t *key, const struct options_t *options); /*************** AUTO GENERATED SECTION ENDS ***************/ #endif