We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88fdda + 62ee779 commit 109b4c8Copy full SHA for 109b4c8
include/git2/remote.h
@@ -971,7 +971,7 @@ GIT_EXTERN(int) git_remote_rename(
971
* @param remote_name name to be checked.
972
* @return 0 on success or an error code
973
*/
974
-int git_remote_name_is_valid(int *valid, const char *remote_name);
+GIT_EXTERN(int) git_remote_name_is_valid(int *valid, const char *remote_name);
975
976
/**
977
* Delete an existing persisted remote.
0 commit comments