aboutsummaryrefslogtreecommitdiffstats
path: root/airpdcap/airpdcap_wep.h
diff options
context:
space:
mode:
Diffstat (limited to 'airpdcap/airpdcap_wep.h')
-rw-r--r--airpdcap/airpdcap_wep.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/airpdcap/airpdcap_wep.h b/airpdcap/airpdcap_wep.h
index 1534e2d564..a7885c18f6 100644
--- a/airpdcap/airpdcap_wep.h
+++ b/airpdcap/airpdcap_wep.h
@@ -72,13 +72,7 @@ static const UINT32 crc32_table[256] = {
/******************************************************************************/
/* External function prototypes declarations */
/* */
-INT AirPDcapWepDecrypt(
- const UCHAR *seed,
- const size_t seed_len, /* max AIRPDCAP_KEYBUF_SIZE */
- UCHAR *cypher_text,
- const size_t data_len)
- ;
/* */
/******************************************************************************/
-#endif \ No newline at end of file
+#endif /* _AIRPDCAP_WEP */