Commit a36486ef26dac5f4f359cc54c865b91bbc31767e

John Haley 2015-02-11T10:31:54

Fixed error when including git2/include/sys/stream.h

1
2
3
4
5
6
7
8
9
10
11
diff --git a/include/git2/sys/stream.h b/include/git2/sys/stream.h
index c249055..c22179f 100644
--- a/include/git2/sys/stream.h
+++ b/include/git2/sys/stream.h
@@ -37,4 +37,6 @@ typedef struct git_stream {
 	void (*free)(struct git_stream *);
 } git_stream;
 
+GIT_END_DECL
+
 #endif