luksrku/server.h
2016-09-22 20:40:58 +02:00

12 lines
305 B
C

#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