Explorar o código

app_jsdt: use module name prefix for exports structure

Daniel-Constantin Mierla hai 1 ano
pai
achega
a81e3c45da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/app_jsdt/app_jsdt_mod.c

+ 1 - 1
src/modules/app_jsdt/app_jsdt_mod.c

@@ -84,7 +84,7 @@ static param_export_t params[]={
 	{0, 0, 0}
 };
 
-struct module_exports exports = {
+struct module_exports _app_jsdt_exports = {
 	"app_jsdt",     /* module name */
 	DEFAULT_DLFLAGS, /* dlopen flags */
 	cmds,           /* exported functions */