mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-27 23:56:21 +00:00
Add xmpp_tlscert_get_userdata()
This fixes #249 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
/** handlers **/
|
||||
#if (__STDC_VERSION__ >= 202000L)
|
||||
typedef void* xmpp_void_handler;
|
||||
typedef void *xmpp_void_handler;
|
||||
#else
|
||||
typedef int (*xmpp_void_handler)();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user