callback_table.h
author tron
Wed, 08 Jun 2005 09:03:29 +0000
changeset 1928 1aab00f664d7
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2434) Fix some defects in r2433
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif