wut/libraries/libwhb/include/whb/libmanager.h
2021-03-07 13:09:12 +01:00

28 lines
363 B
C

#pragma once
/**
* \defgroup whb_socketinit Socket Library Initialization Manager
* \ingroup whb
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* Socket Library (nsysnet.rpl)
*/
__attribute__ ((deprecated)) void
WHBInitializeSocketLibrary();
__attribute__ ((deprecated)) void
WHBDeinitializeSocketLibrary();
#ifdef __cplusplus
}
#endif
/** @} */