From 035b2c1522697e2c0722860f45ab13fc7b439097 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 18 Jun 2015 03:48:06 -0500 Subject: [PATCH] scan: add missing forward-declarations --- src/scan.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scan.h b/src/scan.h index 8d8e394c..a3b8ee54 100644 --- a/src/scan.h +++ b/src/scan.h @@ -37,6 +37,8 @@ typedef bool (*scan_notify_func_t)(uint32_t wiphy, uint32_t ifindex, struct l_queue *bss_list); struct scan_freq_set; +struct ie_rsn_info; +enum ie_bss_capability; struct scan_bss { uint8_t addr[6];