callback_table.h
author miham
Tue, 29 Aug 2006 20:35:07 +0000
changeset 4446 d5ee29ed2dab
parent 2436 177cb6a8339f
child 4828 9e32eafd4657
permissions -rw-r--r--
(svn r6224) WebTranslator2 update to 2006-08-29 22:34:42
dutch - 10 fixed, 14 changed by habell (24)
estonian - 1 fixed, 3 changed by t2t2 (4)
portuguese - 6 fixed, 4 changed by izhirahider (10)
/* $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 */