diff options
| author | Edward Thomson <ethomson@github.com> | 2016-02-08 16:14:03 -0800 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2016-02-08 16:30:39 -0800 |
| commit | 8a6d667763eb04ad872693ca76352821d1dee78c (patch) | |
| tree | 85135e09629417ea6ef905060c8cfe615b6c8ff8 /src/openssl_stream.h | |
| parent | bad2702c433227fcab1690303993e5861c6861b5 (diff) | |
| download | libgit2-8a6d667763eb04ad872693ca76352821d1dee78c.tar.gz | |
global: make openssl registration like the rest
Diffstat (limited to 'src/openssl_stream.h')
| -rw-r--r-- | src/openssl_stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openssl_stream.h b/src/openssl_stream.h index 9ca06489e..82b5110c4 100644 --- a/src/openssl_stream.h +++ b/src/openssl_stream.h @@ -9,6 +9,8 @@ #include "git2/sys/stream.h" +extern int git_openssl_stream_global_init(void); + extern int git_openssl_stream_new(git_stream **out, const char *host, const char *port); #endif |
