src/callback_table.h
author rubidium
Fri, 25 Apr 2008 15:22:32 +0000
changeset 9055 4dc6a0c0ef47
parent 8116 8da76dcb3287
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
/* $Id$ */

/** @file callback_table.h  */

#ifndef CALLBACK_TABLE_H
#define CALLBACK_TABLE_H

#include "command_type.h"

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

#endif /* CALLBACK_TABLE_H */