luksrku/client.h

12 lines
304 B
C
Raw Normal View History

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