callback_table.h
author miham
Tue, 02 Jan 2007 11:13:41 +0000
changeset 5718 646b71b365c2
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7743) WebTranslator2 update to 2007-01-02 12:13:08
croatian - 128 fixed by knovak (128)
/* $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 */