2005-07-24 14:12:37 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
2004-12-04 17:54:56 +00:00
|
|
|
#ifndef CALLBACK_TABLE_H
|
|
|
|
#define CALLBACK_TABLE_H
|
|
|
|
|
2005-07-22 07:02:20 +00:00
|
|
|
#include "functions.h"
|
|
|
|
|
2004-12-04 17:54:56 +00:00
|
|
|
extern CommandCallback *_callback_table[];
|
|
|
|
extern const int _callback_table_count;
|
|
|
|
|
|
|
|
#endif
|