mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
NetLibGetHostByName
This commit is contained in:
parent
2dbf014118
commit
68dbf2560f
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#include <ExgMgr.h>
|
#include <ExgMgr.h>
|
||||||
#include <VFSMgr.h>
|
#include <VFSMgr.h>
|
||||||
#include <NotifyMgr.h>
|
#include <NotifyMgr.h>
|
||||||
|
#include <NetMgr.h>
|
||||||
|
|
||||||
#include "pnostate.h"
|
#include "pnostate.h"
|
||||||
#include "xptypes.h"
|
#include "xptypes.h"
|
||||||
|
@ -100,6 +101,10 @@ void flipFileInfoToArm( FileInfoType* fout, const unsigned char* fin );
|
||||||
void flipDateTimeToArm( DateTimeType* out, const unsigned char* in );
|
void flipDateTimeToArm( DateTimeType* out, const unsigned char* in );
|
||||||
#define SWAP_DATETIMETYPE_68K_TO_ARM( dp, sp ) flipDateTimeToArm( (dp), (sp) )
|
#define SWAP_DATETIMETYPE_68K_TO_ARM( dp, sp ) flipDateTimeToArm( (dp), (sp) )
|
||||||
|
|
||||||
|
NetHostInfoPtr NetLibGetHostByName( UInt16 libRefNum,
|
||||||
|
const Char* nameP, NetHostInfoBufPtr bufP,
|
||||||
|
Int32 timeout, Err* errP );
|
||||||
|
|
||||||
PNOState* getStorageLoc();
|
PNOState* getStorageLoc();
|
||||||
#define GET_CALLBACK_STATE() getStorageLoc()
|
#define GET_CALLBACK_STATE() getStorageLoc()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue