aboutsummaryrefslogtreecommitdiff
path: root/include/pkg.h
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-17 01:50:49 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-17 01:50:49 +0000
commit76ee567986a12c22e6a606d74e31425facf9f5f4 (patch)
tree00ace954ed8ffb89fb780b0dfeb22a31a01d0244 /include/pkg.h
parent7019724ab5c818e18fb5ee61b6b14487c47da3ec (diff)
can install/remove packages, doesn't segfault (?)
Diffstat (limited to 'include/pkg.h')
-rw-r--r--include/pkg.h2
1 files changed, 1 insertions, 1 deletions
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