diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-09 20:25:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-09 20:25:17 +0200 |
commit | cfc905f003aefe4735f8645c561f789ffd0b1f30 (patch) | |
tree | 939ccbfeb309a9eb1d90239d5651cad8d5ff25af /netifd.h | |
parent | 82bd6990581a6a424fcabe8e5da9af885d531e07 (diff) |
add an option for selecting the main path for netifd addons
Diffstat (limited to 'netifd.h')
-rw-r--r-- | netifd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ struct device; struct interface; +extern const char *main_path; void netifd_restart(void); #endif |