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

@@ -40,6 +40,7 @@ libstrophe_la_SOURCES = \
src/conn.c \
src/crypto.c \
src/ctx.c \
src/deprecated.c \
src/event.c \
src/handler.c \
src/hash.c \