src/callback_table.h
author celestar
Thu, 11 Jan 2007 13:41:16 +0000
branchcustombridgeheads
changeset 5649 55c8267c933f
parent 5643 3778051e8095
child 6268 4b5241e5dd10
permissions -rw-r--r--
(svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged
/* $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 */