aboutsummaryrefslogtreecommitdiff
path: root/include/pkg.h
diff options
context:
space:
mode:
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