luksrku/editor.h
Johannes Bauer 667ff55af1 Integrate editor properly from command line
Now have a way to invoke the editor functionality from the command line
and also provisions to include the server and client parsers.
2019-10-23 11:34:40 +02:00

9 lines
227 B
C

#ifndef __EDITOR_H__
#define __EDITOR_H__
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
bool editor_start(const char *edit_filename);
/*************** AUTO GENERATED SECTION ENDS ***************/
#endif