callback_table.h
author truelight
Mon, 24 Jan 2005 20:25:52 +0000
changeset 1142 7041f8588a13
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r1643) -Fix: [ 1108547 ] You can now change the server-password via the GUI again
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif