callback_table.h
changeset 543 e3b43338096b
child 2163 637ec3c361f5
equal deleted inserted replaced
542:2f35c4770b06 543:e3b43338096b
       
     1 #ifndef CALLBACK_TABLE_H
       
     2 #define CALLBACK_TABLE_H
       
     3 
       
     4 extern CommandCallback *_callback_table[];
       
     5 extern const int _callback_table_count;
       
     6 
       
     7 #endif