callback_table.h
author rubidium
Tue, 02 Jan 2007 17:34:03 +0000
changeset 5720 cc0ceeafaa55
parent 4828 9e32eafd4657
permissions -rw-r--r--
(svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater.
/* $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 */