diff options
| author | Jonathan McCrohan <jmccrohan@gmail.com> | 2020-07-29 23:11:46 +0100 |
|---|---|---|
| committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2020-07-29 23:11:46 +0100 |
| commit | 8deb3660926fe8278948b898b9c1b772eed2e61e (patch) | |
| tree | cc46239969468c1f4017da7aac5420664b5bbd22 /iw_if.h | |
| parent | 1fc41b776f712f321c1f355d391c6a5eaf79ebfa (diff) | |
| download | wavemon-8deb3660926fe8278948b898b9c1b772eed2e61e.tar.gz | |
New upstream version 0.9.1upstream/0.9.1upstream
Diffstat (limited to 'iw_if.h')
| -rw-r--r-- | iw_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ struct if_info { }; extern bool if_is_up(const char *ifname); extern int if_set_up(const char *ifname); +extern void if_set_down_on_exit(void); extern void if_getinf(const char *ifname, struct if_info *info); /** |
