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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user