aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spm.h b/include/spm.h
index 4107a03..bf04fd3 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -283,7 +283,7 @@ void dep_show(Dependencies **deps);
// manifest.c
Manifest *manifest_from(const char *package_dir);
Manifest *manifest_read(char *file_or_url);
-int manifest_write(Manifest *info);
+int manifest_write(Manifest *info, const char *dest);
void manifest_free(Manifest *info);
ManifestPackage *manifest_search(Manifest *info, const char *package);