Added Proto defs.

FossilOrigin-Name: 5464ab8d358f7816b1d598466e8700d60e9c45a3a27f60b5611e1e1020f0e965
This commit is contained in:
7u83@mail.ru 2016-03-27 14:48:06 +00:00
parent 9211607909
commit 1838d1b77a
1 changed files with 9 additions and 0 deletions

View File

@ -39,17 +39,26 @@
struct conn; struct conn;
/** /**
* @file action.h * @file action.h
* @brief Header for actions * @brief Header for actions
*/ */
#define CW_ACTION_PROTO_CAPWAP 0
#define CW_ACTION_PROTO_LWAPP 1
/** /**
* @defgroup ACTION Action * @defgroup ACTION Action
* @{ * @{
*/ */
/** /**
* Definition of an action for incomming messages * Definition of an action for incomming messages
*/ */