callback_table.h
author tron
Sun, 15 May 2005 18:50:55 +0000
changeset 1820 9b6458526480
parent 543 e3b43338096b
child 2163 637ec3c361f5
permissions -rw-r--r--
(svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

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

#endif