aboutsummaryrefslogtreecommitdiff
path: root/include/resolve.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/resolve.h')
-rw-r--r--include/resolve.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/resolve.h b/include/resolve.h
index 52aa5da..ca11cb6 100644
--- a/include/resolve.h
+++ b/include/resolve.h
@@ -1,8 +1,12 @@
-//
-// Created by jhunk on 2/22/20.
-//
-
+/**
+ * @file resolve.h
+ */
#ifndef SPM_RESOLVE_H
#define SPM_RESOLVE_H
+#define SPM_REQUIREMENT_MAX 1024
+
+int resolve_has_dependency(const char *archive);
+ManifestPackage **resolve_dependencies(ManifestList *manifests, const char *spec);
+
#endif //SPM_RESOLVE_H