callback_table.h
author peter1138
Wed, 29 Nov 2006 20:56:30 +0000
changeset 5181 3c4dfc69ebb8
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r7291) -Translation: use SMALL[LEFT|RIGHT]ARROW for two strings
/* $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 */