aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/conda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conda.h b/include/conda.h
index b5ea926..565b7c9 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -190,7 +190,7 @@ int conda_index(const char *path);
* @param version package version (may be NULL)
* @return not found = 0, found = 1, error = -1
*/
-int pip_index_provides(const char *index_url, const char *name, const char *version);
+int pip_index_provides(const char *index_url, const char *spec);
char *conda_get_active_environment();