summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-03-22 23:27:28 +0100
committerEtienne Samson <samson.etienne@gmail.com>2018-05-07 21:50:38 +0200
commitbf70fa4b9d3bb0a6dd829d4df30890b90f24945c (patch)
tree4ed7bdcbb67497db5f5b3b067854cc7564f6a2ce /include
parentca5a15e51b361691087c92eb391411607d867f4b (diff)
downloadlibgit2-bf70fa4b9d3bb0a6dd829d4df30890b90f24945c.tar.gz
docs: move comment so docurium sees it
Diffstat (limited to 'include')
-rw-r--r--include/git2/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/types.h b/include/git2/types.h
index b593e759b..67e5bd155 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -425,9 +425,9 @@ typedef enum {
GIT_SUBMODULE_RECURSE_ONDEMAND = 2,
} git_submodule_recurse_t;
-/** A type to write in a streaming fashion, for example, for filters. */
typedef struct git_writestream git_writestream;
+/** A type to write in a streaming fashion, for example, for filters. */
struct git_writestream {
int (*write)(git_writestream *stream, const char *buffer, size_t len);
int (*close)(git_writestream *stream);