callback_table.h
author rubidium
Fri, 20 Apr 2007 19:45:38 +0000
branch0.5
changeset 5493 b7b7d294fe51
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r9698) [0.5] -Prepare 0.5 branch for release of 0.5.1.
/* $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 */