From 9819c1bb03f326b567146180b8fb983c7bcb9d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 7 May 1999 17:51:34 -0700 Subject: [PATCH] fixed a warning Rev: src/modules/Math/math_module.h:1.2 --- src/modules/Math/math_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Math/math_module.h b/src/modules/Math/math_module.h index c68f65cae7..659a70a92c 100644 --- a/src/modules/Math/math_module.h +++ b/src/modules/Math/math_module.h @@ -1,2 +1,2 @@ -void init_math_matrix(); +extern void init_math_matrix(); -- GitLab