gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--interp.c 3
1 files changed, 2 insertions, 1 deletions
diff --git a/interp.c b/interp.c
index 301b739b..15db25c4 100644
--- a/interp.c
+++ b/interp.c
@@ -1,6 +1,7 @@
#include <lua.h>
#include <lauxlib.h>
#include <assert.h>
+#include <string.h>
#include <gsl/gsl_interp.h>
#include "interp.h"
@@ -34,7 +35,7 @@ static const struct luaL_Reg interp_functions[] = {
{NULL, NULL}
};
-static struct interp_type_reg *
+static const gsl_interp_type *
interp_algo_lookup (const char *req_name)
{
if (strcmp ("linear", req_name) == 0)
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月17日 17:36:16 +0000

AltStyle によって変換されたページ (->オリジナル) /