callback_table.h
author rubidium
Sat, 07 Jul 2007 18:26:56 +0000
branch0.5
changeset 5525 f7bf20490cdd
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r10468) [0.5] -Prepare 0.5 branch for release of 0.5.3-RC2.
/* $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 */