callback_table.h
author rubidium
Wed, 31 Jan 2007 12:47:35 +0000
branch0.5
changeset 5425 1a9efec6fd29
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r8490) [0.5] -Add: logging of the IP address and port of invalid/illegal UDP packets.
/* $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 */