diff options
-rw-r--r-- | src/include/bcnm/wpactrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/bcnm/wpactrl.h b/src/include/bcnm/wpactrl.h index cf484b9..102c063 100644 --- a/src/include/bcnm/wpactrl.h +++ b/src/include/bcnm/wpactrl.h @@ -15,7 +15,6 @@ extern "C" { #include <skalibs/stralloc.h> #include <skalibs/genalloc.h> -typedef enum wparesponse_e wparesponse_t, *wparesponse_t_ref ; enum wparesponse_e { WPA_OK = 0, @@ -36,6 +35,7 @@ enum wparesponse_e WPA_FAILNOIFNAMEMATCH = -14, WPA_UNKNOWNRESPONSE = -999 } ; +typedef enum wparesponse_e wparesponse_t, *wparesponse_t_ref ; typedef struct wpactrl_s wpactrl_t, *wpactrl_t_ref ; struct wpactrl_s |