From 1838d1b77aacd08855791676a3a78e6a8567d2ab Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 27 Mar 2016 14:48:06 +0000 Subject: [PATCH] Added Proto defs. FossilOrigin-Name: 5464ab8d358f7816b1d598466e8700d60e9c45a3a27f60b5611e1e1020f0e965 --- src/cw/action.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/cw/action.h b/src/cw/action.h index c5f47ee1..98923f7a 100644 --- a/src/cw/action.h +++ b/src/cw/action.h @@ -39,17 +39,26 @@ struct conn; + /** * @file action.h * @brief Header for actions */ +#define CW_ACTION_PROTO_CAPWAP 0 +#define CW_ACTION_PROTO_LWAPP 1 + + + + /** * @defgroup ACTION Action * @{ */ + + /** * Definition of an action for incomming messages */