b79ae0b417
Just laid out the framework for online editing of the key database, which was just horrible before.
9 lines
206 B
C
9 lines
206 B
C
#ifndef __EDITOR_H__
|
|
#define __EDITOR_H__
|
|
|
|
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
|
|
void editor_start(void);
|
|
/*************** AUTO GENERATED SECTION ENDS ***************/
|
|
|
|
#endif
|