diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 01:50:49 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-17 01:50:49 +0000 |
| commit | 76ee567986a12c22e6a606d74e31425facf9f5f4 (patch) | |
| tree | 00ace954ed8ffb89fb780b0dfeb22a31a01d0244 /include | |
| parent | 7019724ab5c818e18fb5ee61b6b14487c47da3ec (diff) | |
can install/remove packages, doesn't segfault (?)
Diffstat (limited to 'include')
| -rw-r--r-- | include/pkg.h | 2 |
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 |
