00001 /* $Id: callback_table.h 12971 2008-05-06 15:11:33Z rubidium $ */ 00002 00005 #ifndef CALLBACK_TABLE_H 00006 #define CALLBACK_TABLE_H 00007 00008 #include "command_type.h" 00009 00010 extern CommandCallback *_callback_table[]; 00011 extern const int _callback_table_count; 00012 00013 #endif /* CALLBACK_TABLE_H */