callback_table.h
author rubidium
Sun, 09 Sep 2007 22:35:21 +0000
branch0.5
changeset 5543 4d8dfa498905
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r11077) [0.5] -Fix: Possible NULL pointer dereference.
/* $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 */