diff --git a/src/capwap/lwapp.h b/src/capwap/lwapp.h index 529873b9..7256cb27 100644 --- a/src/capwap/lwapp.h +++ b/src/capwap/lwapp.h @@ -94,3 +94,17 @@ #define LWMSGELEM_WTP_DESCRIPTOR 3 + + + + +/* function proto types */ + +uint16_t lw_checksum(uint8_t *d,int len); + + + + + + +