Skip to content

Commit 0af0f7f

Browse files
committed
Add documentation for git_blob_filter_options.version
Resolves libgit2#5756
1 parent fe41e58 commit 0af0f7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/git2/blob.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ typedef enum {
120120
* The options used when applying filter options to a file.
121121
*/
122122
typedef struct {
123+
/** The struct version; set to `GIT_BLOB_FILTER_OPTIONS_VERSION`. */
123124
int version;
124125

125126
/** Flags to control the filtering process, see `git_blob_filter_flag_t` above */

0 commit comments

Comments
 (0)