We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e17bfd commit b78bcbbCopy full SHA for b78bcbb
include/git2/buffer.h
@@ -81,7 +81,7 @@ GIT_EXTERN(void) git_buf_dispose(git_buf *buffer);
81
*
82
* This function is going to be removed in v0.30.0.
83
*/
84
-GIT_EXTERN(void) GIT_DEPRECATED(git_buf_free)(git_buf *buffer);
+GIT_DEPRECATED(GIT_EXTERN(void)) git_buf_free(git_buf *buffer);
85
86
/**
87
* Resize the buffer allocation to make more space.
0 commit comments