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