revive removed API's

In order to do proper deprecation of those API's we re-introduce them
so they can be removed in the next release. This will then also lead to
an ABI bump.

Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
Steffen Jaeckel
2022-03-03 21:37:33 +01:00
parent fc6ba89c61
commit 97b1452211
5 changed files with 293 additions and 0 deletions

View File

@@ -113,6 +113,12 @@ void strophe_debug(const xmpp_ctx_t *ctx,
void strophe_debug_verbose(
int level, const xmpp_ctx_t *ctx, const char *area, const char *fmt, ...);
void strophe_log_internal(const xmpp_ctx_t *ctx,
xmpp_log_level_t level,
const char *area,
const char *fmt,
va_list ap);
/** connection **/
/* opaque connection object */