update it

This commit is contained in:
Sukchan Lee 2017-04-09 15:34:55 +09:00
parent b0060450fb
commit 9d2a1fc7bb
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ extern "C" {
typedef struct _pgw_sm_t {
fsm_t fsm;
void *ctx;
} pgw_sm_t;
void pgw_state_initial(pgw_sm_t *s, event_t *e);

View File

@ -11,7 +11,6 @@ extern "C" {
typedef struct _sgw_sm_t {
fsm_t fsm;
void *ctx;
} sgw_sm_t;
void sgw_state_initial(sgw_sm_t *s, event_t *e);