renamed capwap directory to cw.
FossilOrigin-Name: 8a43dd9d05a4cb73210243ddd8df2a26f16c7ef2c4d4e36ab446de1f65d88223
This commit is contained in:
19
src/cw/cw.h
Normal file
19
src/cw/cw.h
Normal file
@ -0,0 +1,19 @@
|
||||
#ifndef __CW_H
|
||||
#define __CW_H
|
||||
|
||||
#include "mbag.h"
|
||||
#include "conn.h"
|
||||
#include "action.h"
|
||||
|
||||
|
||||
extern int cw_read_wtp_descriptor(mbag_t mbag, struct conn *conn,
|
||||
struct cw_action_in *a, uint8_t * data, int len);
|
||||
|
||||
extern int cw_read_wtp_descriptor_7(mbag_t mbag, struct conn *conn,
|
||||
struct cw_action_in *a, uint8_t * data, int len);
|
||||
|
||||
extern int cw_read_wtp_descriptor_versions(mbag_t mbag, uint8_t * data,
|
||||
int len);
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user