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