src/callback_table.h
author maedhros
Sun, 21 Jan 2007 20:14:35 +0000
changeset 5776 d36a554d7ccd
parent 5475 2e6990a8c7c4
child 6123 04eb770ec17e
permissions -rw-r--r--
(svn r8328) -Codechange: Remove some magic numbers in the graph drawing code.
/* $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 */