diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-01-22 01:37:38 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-01-22 01:37:38 -0500 |
commit | 444ccb0a7c5f88f408bee91db052d00794791ccc (patch) | |
tree | 542eb4129ad07ef71dac601e7ca199607681054a /include/spm.h | |
parent | 1a427e0e5e16bc75d05a961a4001923b26b7b2f8 (diff) | |
download | spmc-444ccb0a7c5f88f408bee91db052d00794791ccc.tar.gz |
Groundhog day 2
Diffstat (limited to 'include/spm.h')
-rw-r--r-- | include/spm.h | 2 |
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); |