callback_table.h
author miham
Wed, 11 Oct 2006 17:25:36 +0000
changeset 4810 18192993d0c5
parent 2436 7d5df545bd5d
child 4828 4e6f53fa10cb
permissions -rw-r--r--
(svn r6734) WebTranslator2 update to 2006-10-11 19:25:04
catalan - 12 changed by arnaullv (12)
estonian - 13 fixed by vermon (13)
finnish - 179 fixed, 13 changed by kerba (192)
/* $Id$ */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "functions.h"

extern CommandCallback *_callback_table[];
extern const int _callback_table_count;

#endif /* CALLBACK_TABLE_H */