matthijs@9959: /* $Id$ */ matthijs@9959: matthijs@9959: #ifndef CALLBACK_TABLE_H matthijs@9959: #define CALLBACK_TABLE_H matthijs@9959: matthijs@9959: #include "functions.h" matthijs@9959: matthijs@9959: extern CommandCallback *_callback_table[]; matthijs@9959: extern const int _callback_table_count; matthijs@9959: matthijs@9959: #endif /* CALLBACK_TABLE_H */