6 /* ---------------------------- included header files ---------------------- */
8 /* ---------------------------- global definitions ------------------------- */
10 #define PRE_KEEPRC "keeprc"
11 #define PRE_REPEAT "repeat"
12 #define PRE_SILENT "silent"
14 /* ---------------------------- global macros ------------------------------ */
16 /* ---------------------------- type definitions --------------------------- */
18 /* ---------------------------- exported variables (globals) --------------- */
20 extern const func_t func_table
[];
22 /* ---------------------------- interface functions ------------------------ */
24 #endif /* FUNCTABLE_H */