callback_table.h
author miham
Sun, 22 Oct 2006 05:37:51 +0000
changeset 4917 21a2267b9283
parent 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r6893) WebTranslator2 update to 2006-10-22 07:37:19
estonian - 13 fixed, 8 changed by t2t2 (2), kristjans (19)
portuguese - 7 fixed by izhirahider (7)
turkish - 7 fixed by jnmbk (7)
/* $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 */