X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=netifd.h;fp=netifd.h;h=e565423ab774f862ea1de398d6ba56e0155ebf90;hp=5a908587efafeec1ce5640d219d52e6b08c37a91;hb=5fbd904e5b4ed87243c09c86adcfb17ae93aa4f5;hpb=6e0acecbacdb5bf1ce0b71d4c2512eae4606be57 diff --git a/netifd.h b/netifd.h index 5a90858..e565423 100644 --- a/netifd.h +++ b/netifd.h @@ -98,6 +98,6 @@ struct interface; extern const char *main_path; extern const char *config_path; void netifd_restart(void); -void netifd_reload(void); +int netifd_reload(void); #endif