whb: Rename "socketinit" to "libmanager"

This commit is contained in:
CreeperMario 2017-08-20 20:36:48 +09:30
parent a2247e7b1e
commit 75bb7b5d10
3 changed files with 9 additions and 1 deletions

View File

@ -10,6 +10,10 @@
extern "C" {
#endif
/**
* Socket Library (nsysnet.rpl)
*/
void
WHBInitializeSocketLibrary();

View File

@ -1,5 +1,9 @@
#include <nsysnet/socket.h>
/**
* Socket Library (nsysnet.rpl)
*/
static BOOL
isSocketInitialized = FALSE;

View File

@ -4,7 +4,7 @@
#include <string.h>
#include <whb/log.h>
#include <whb/log_udp.h>
#include <whb/socketinit.h>
#include <whb/libmanager.h>
static int
sSocket = -1;