X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fopkg_conf.h;h=b19e5ddca57da45f7661f6397be2138fddbb2550;hp=a219c6c19c07648f7c58f2c5e07cb323fae46e22;hb=51e968e4ddffd4acd7c71e4976e1254a590f2217;hpb=813388093465b8723394960bc8e489fa64bb1a85 diff --git a/libopkg/opkg_conf.h b/libopkg/opkg_conf.h index a219c6c..b19e5dd 100644 --- a/libopkg/opkg_conf.h +++ b/libopkg/opkg_conf.h @@ -130,6 +130,6 @@ int opkg_conf_write_status_files(opkg_conf_t *conf); char *root_filename_alloc(opkg_conf_t *conf, char *filename); -int opkg_init_options_array(const opkg_conf_t *conf, opkg_option_t **options); +void opkg_init_options_array(const opkg_conf_t *conf, opkg_option_t **options); #endif