luksrku/editor.h
Johannes Bauer b79ae0b417 Initial work on providing an editor
Just laid out the framework for online editing of the key database,
which was just horrible before.
2019-10-19 18:12:00 +02:00

9 lines
206 B
C

#ifndef __EDITOR_H__
#define __EDITOR_H__
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
void editor_start(void);
/*************** AUTO GENERATED SECTION ENDS ***************/
#endif