callback_table.h
author miham
Tue, 17 Oct 2006 20:36:03 +0000
changeset 4877 5a5305f2fc5d
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r6811) WebTranslator2 update to 2006-10-17 22:35:27
american - 1 fixed by WhiteRabbit (1)
bulgarian - 50 fixed, 1 changed by kokobongo (51)
czech - 30 fixed by KUDr (30)
estonian - 5 fixed by vermon (5)
finnish - 1 fixed by kerba (1)
/* $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 */