summaryrefslogtreecommitdiff
path: root/include/iwinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/iwinfo.h')
-rw-r--r--include/iwinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/iwinfo.h b/include/iwinfo.h
index 3fc414b..f7097cc 100644
--- a/include/iwinfo.h
+++ b/include/iwinfo.h
@@ -293,6 +293,7 @@ struct iwinfo_ops {
int (*countrylist)(const char *, char *, int *);
int (*survey)(const char *, char *, int *);
int (*lookup_phy)(const char *, char *);
+ int (*phy_path)(const char *phyname, const char **path);
void (*close)(void);
};