diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-06-23 00:22:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 00:22:29 -0400 |
commit | fa17600efcd09bf74954e728047fded3ff0bd0cd (patch) | |
tree | 33a5a5a608aaba2752ee3f2188370d315b15864a /include/mirrors.h | |
parent | 62db2a4054a55883e7476750c925cb9d5a72fbc5 (diff) | |
parent | 155b25db75ecad4b19fd9a36b1aad64d436925dc (diff) | |
download | spmc-fa17600efcd09bf74954e728047fded3ff0bd0cd.tar.gz |
Merge pull request #48 from jhunkeler/no-auto-repo_target
Move SPM_GLOBAL.repo_target string usage out of mirror_clone
Diffstat (limited to 'include/mirrors.h')
-rw-r--r-- | include/mirrors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mirrors.h b/include/mirrors.h index dd4b256..f57da83 100644 --- a/include/mirrors.h +++ b/include/mirrors.h @@ -9,6 +9,6 @@ char **mirror_list(const char *filename); void mirror_list_free(char **m); -void mirror_clone(Manifest *info, char *dest); +int mirror_clone(Manifest *info, char *_dest); #endif //SPM_MIRRORS_H |