Add library init and shutdown.

This commit is contained in:
Jack Moffitt
2005-06-15 05:37:24 +00:00
parent 0d311771bb
commit 3cf080bb2d
5 changed files with 34 additions and 0 deletions

View File

@@ -25,6 +25,18 @@
#define vsnprintf _vsnprintf
#endif
/* initialization and shutdown */
void xmpp_initialize(void)
{
sock_initialize();
}
void xmpp_shutdown(void)
{
sock_shutdown();
}
/** version **/
/* TODO: update from the build system? */