diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-03-05 22:35:04 +0000 |
commit | 28954c917ff9ccc3cb6b79ce39b1d6c7841da13d (patch) | |
tree | 166eafef53933e8d30fdc704cf605319531b1134 /iw_if.h | |
parent | 8f6b56b71ccee4eb800a5b1aa1edbbfb0a0cb6b4 (diff) | |
parent | 89de95a89953c20349a8c7c4684eba45feb34bf5 (diff) | |
download | wavemon-28954c917ff9ccc3cb6b79ce39b1d6c7841da13d.tar.gz |
Merge tag 'upstream/0.7.4'
Upstream version 0.7.4
Diffstat (limited to 'iw_if.h')
-rw-r--r-- | iw_if.h | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -255,12 +255,7 @@ struct scan_result { struct scan_result *next; }; -typedef int (*scan_cmp_func)(const struct scan_result *, const struct scan_result *); -extern int cmp_sig(const struct scan_result *a, const struct scan_result *b); -extern int cmp_freq_sig(const struct scan_result *a, const struct scan_result *b); - -extern struct scan_result *get_scan_list(int skfd, const char *ifname, int we_version, - scan_cmp_func cmp_scan_result); +extern struct scan_result *get_scan_list(int skfd, const char *ifname, int we_version); extern void free_scan_result(struct scan_result *head); /* |