We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5a15e commit bf70fa4Copy full SHA for bf70fa4
include/git2/types.h
@@ -425,9 +425,9 @@ typedef enum {
425
GIT_SUBMODULE_RECURSE_ONDEMAND = 2,
426
} git_submodule_recurse_t;
427
428
-/** A type to write in a streaming fashion, for example, for filters. */
429
typedef struct git_writestream git_writestream;
430
+/** A type to write in a streaming fashion, for example, for filters. */
431
struct git_writestream {
432
int (*write)(git_writestream *stream, const char *buffer, size_t len);
433
int (*close)(git_writestream *stream);
0 commit comments