diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-11 09:54:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-11 09:54:09 +0000 |
commit | 43fc7b251649ff90ff72994c097f8b1f7b8f0b48 (patch) | |
tree | bc9deebf390be6cd004faa698cf0cc217d4937ca /protocols/Gadu-Gadu/src/gg.h | |
parent | 535b7c921c5fc4d3f6cc6bff4ad321805e0ab070 (diff) |
fix for strange SSL API structure name
git-svn-id: http://svn.miranda-ng.org/main/trunk@14905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index b0c567ada9..9fb6394bf0 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -338,4 +338,6 @@ const char *ggdebug_eventtype(gg_event *e); #include "gg_proto.h"
+extern SSL_API sslApi;
+
#endif
|