truelight@543: #ifndef CALLBACK_TABLE_H truelight@543: #define CALLBACK_TABLE_H truelight@543: truelight@543: extern CommandCallback *_callback_table[]; truelight@543: extern const int _callback_table_count; truelight@543: truelight@543: #endif