callback_table.h
author tron
Sun, 09 Jan 2005 21:25:44 +0000
changeset 959 e6a3bbda610f
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1451) Fix some of the signed/unsigned comparison warnings
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif