callback_table.h
author miham
Mon, 11 Dec 2006 18:29:59 +0000
changeset 5321 dea98c4e14c9
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7480) WebTranslator2 update to 2006-12-11 19:29:26
croatian - 126 fixed, 45 changed by knovak (171)
danish - 9 fixed, 3 changed by ThomasA (12)
dutch - 4 fixed by habell (4)
esperanto - 246 fixed, 1 changed by LaPingvino (247)
/* $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 */