1 2 3 4 5 6 7 8 9 10 11
r2186:5ee653b1b5e1 r2186:5ee653b1b5e1 r543:efdb197f91ad r543:efdb197f91ad r543:efdb197f91ad r4828:36b2551e4f6c r2163:ae001e2aa5b0 r543:efdb197f91ad r543:efdb197f91ad r543:efdb197f91ad r2436:963efe8b84cc
/* $Id$ */ #ifndef CALLBACK_TABLE_H #define CALLBACK_TABLE_H #include "command.h" extern CommandCallback *_callback_table[]; extern const int _callback_table_count; #endif /* CALLBACK_TABLE_H */