]> git.lizzy.rs Git - nothing.git/blobdiff - src/broadcast.h
fix warning C4389
[nothing.git] / src / broadcast.h
index 293456c9a688d7a55c6955da614a081f9d7cb5c8..1ac8578bef16219303466b13d006fbd4ac2b0133 100644 (file)
@@ -15,9 +15,9 @@ broadcast_send(Broadcast *broadcast,
                struct Scope *scope,
                struct Expr path);
 
-struct EvalResult broadcast_load_library(Broadcast *broadcast,
-                                         Gc *gc,
-                                         struct Scope *scope);
+void broadcast_load_library(Broadcast *broadcast,
+                            Gc *gc,
+                            struct Scope *scope);
 
 struct EvalResult
 unknown_target(Gc *gc, const char *source, const char *target);