callback_table.h
author tron
Mon, 27 Jun 2005 06:57:24 +0000
changeset 1986 fcc849a38ae6
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r2492) Remove some pointless casts and fix some nearby indentation
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif