Commit 09c2477056d14c5191460c63f236aa38353f9098

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