From 76ee567986a12c22e6a606d74e31425facf9f5f4 Mon Sep 17 00:00:00 2001 From: dacctal Date: Fri, 17 Jul 2026 01:50:49 +0000 Subject: can install/remove packages, doesn't segfault (?) --- include/pkg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pkg.h') diff --git a/include/pkg.h b/include/pkg.h index 9cb3944..5ad88b2 100644 --- a/include/pkg.h +++ b/include/pkg.h @@ -27,7 +27,7 @@ typedef struct { bool is_local; } package_t; -package_t pkg_create(str_slc arg); +package_t pkg_create(str *arg); void pkg_free(package_t *pkg); #endif -- cgit v1.2.3