summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-27 16:57:19 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-10-27 16:57:19 +0100
commit7901e7c69fc793aa590529afad433ec856baca72 (patch)
treee1c03706f1667449b1a03179f1adbf3c1e8e4e0b /include
parent32dad1a63aa73168ad431603b104a16c0b7f69fc (diff)
downloadiwinfo-7901e7c69fc793aa590529afad433ec856baca72.tar.gz
lib: add iwinfo_backend_by_name()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'include')
-rw-r--r--include/iwinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 68d459b..38120e6 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -182,6 +182,7 @@ struct iwinfo_ops {
const char * iwinfo_type(const char *ifname);
const struct iwinfo_ops * iwinfo_backend(const char *ifname);
+const struct iwinfo_ops * iwinfo_backend_by_name(const char *name);
void iwinfo_finish(void);
extern const struct iwinfo_ops wext_ops;