aboutsummaryrefslogtreecommitdiff
path: root/include/pkg_create.h
diff options
context:
space:
mode:
authordacctal <donotcontactmevia@email.invalid>2026-07-01 07:50:01 +0000
committerdacctal <donotcontactmevia@email.invalid>2026-07-01 07:50:01 +0000
commit166b788d61a443a1576f8b56abdf06fea5a2178e (patch)
treee6f4760d01f83d0865fecdd097fca51e521a1376 /include/pkg_create.h
parentfcfb6ac21651e286092bcc92309e89c8fa2e87fd (diff)
ezntek: checkpoint!
Diffstat (limited to 'include/pkg_create.h')
-rw-r--r--include/pkg_create.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pkg_create.h b/include/pkg_create.h
index 908b6fd..95e12c6 100644
--- a/include/pkg_create.h
+++ b/include/pkg_create.h
@@ -21,5 +21,5 @@
#ifndef PKGIT_PKG_CREATE_H
#define PKGIT_PKG_CREATE_H
#include "globs.h"
-package pkg_create(str_slc *arg);
+package_t pkg_create(str_slc arg);
#endif