luksrku/server.h

12 lines
305 B
C
Raw Normal View History

2016-09-22 20:40:58 +02:00
#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