Commit 4930e721 by Vicent Martí

Merge pull request #340 from Jopie64/development

On some header files, GIT_END_DECL was absent while GIT_BEGIN_DECL wasn't
parents 05a62d1a 136e7129
...@@ -64,4 +64,6 @@ struct git_headarray { ...@@ -64,4 +64,6 @@ struct git_headarray {
struct git_remote_head **heads; struct git_remote_head **heads;
}; };
GIT_END_DECL
#endif #endif
...@@ -72,4 +72,7 @@ int git_refspec_src_match(const git_refspec *refspec, const char *refname); ...@@ -72,4 +72,7 @@ int git_refspec_src_match(const git_refspec *refspec, const char *refname);
* @preturn GIT_SUCCESS, GIT_ESHORTBUFFER or another error * @preturn GIT_SUCCESS, GIT_ESHORTBUFFER or another error
*/ */
int git_refspec_transform(char *out, size_t outlen, const git_refspec *spec, const char *name); int git_refspec_transform(char *out, size_t outlen, const git_refspec *spec, const char *name);
GIT_END_DECL
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment