summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index 627ec50..f3804a5 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -18,6 +18,7 @@
#ifdef HAVE_GPGME
#include <gpgme.h>
#endif
+#include <curl/curl.h>
typedef struct rexmpp rexmpp_t;
@@ -370,6 +371,9 @@ struct rexmpp
#ifdef HAVE_GPGME
gpgme_ctx_t pgp_ctx;
#endif
+
+ /* curl structures */
+ CURLM *curl_multi;
};
/**