From 15904ad51325426bcb3b8e87e714584e437417b7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Dec 2025 09:53:48 +0100 Subject: Implement script and block listing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcmap_script_list.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libcmap_script_list.c') diff --git a/libcmap_script_list.c b/libcmap_script_list.c index 7464f5c..b692073 100644 --- a/libcmap_script_list.c +++ b/libcmap_script_list.c @@ -2,10 +2,7 @@ #include "libcmap.h" -static const struct libcmap_script list[] = { - {"Phony script", NULL, 0} -}; - +#include "Scripts.txt.c" const struct libcmap_script *const libcmap_script_list = list; const size_t libcmap_script_list_size = sizeof(list) / sizeof(*list); -- cgit v1.3.1