mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
12 lines
156 B
C
12 lines
156 B
C
|
#ifndef conf_h
|
||
|
#define conf_h
|
||
|
|
||
|
void cancelCB();
|
||
|
void testbellCB();
|
||
|
void TestBlankCB();
|
||
|
void applyCB();
|
||
|
void okCB();
|
||
|
void read_disp_configuration();
|
||
|
|
||
|
#endif
|