wut/libraries/libwhb/include/whb/libmanager.h
GaryOderNichts 2c98cc91aa
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
Run clang-format
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
2025-06-05 11:06:04 +01:00

28 lines
361 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
/** @} */