diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -269,4 +269,11 @@ void configure_path (void); void get_user_pass_auto_userid (struct user_pass *up, const char *tag); #endif +/* + * /sbin/ip path, may be overridden + */ +#ifdef CONFIG_FEATURE_IPROUTE +extern const char *iproute_path; +#endif + #endif |