callback_table.h
author miham
Tue, 02 Jan 2007 18:41:54 +0000
changeset 5723 e5dbef476258
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7756) WebTranslator2 update to 2007-01-02 19:29:06 part #2
Somehow SVN hang when I tried to commit lithuanian changes, let me try it again

lithuanian - 170 fixed, 26 changed by Domas (196)
/* $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 */