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

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