Add reminder to investigate recursive commands for 2.6
[fvwm.git] / fvwm / functable.h
blobdec0cfc9500253113efa11baaf609c9b814da237
1 /* -*-c-*- */
3 #ifndef FUNCTABLE_H
4 #define FUNCTABLE_H
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 */