callback_table.h
author tron
Sat, 22 Jan 2005 19:41:30 +0000
changeset 1092 e3b4a131db7c
parent 543 946badd71033
child 2163 b17b313113a0
permissions -rw-r--r--
(svn r1593) Remove yet another alloca()
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif