mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +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 <VFSMgr.h>
|
||||
#include <NotifyMgr.h>
|
||||
#include <NetMgr.h>
|
||||
|
||||
#include "pnostate.h"
|
||||
#include "xptypes.h"
|
||||
|
@ -100,6 +101,10 @@ void flipFileInfoToArm( FileInfoType* fout, const unsigned char* fin );
|
|||
void flipDateTimeToArm( DateTimeType* out, const unsigned char* in );
|
||||
#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();
|
||||
#define GET_CALLBACK_STATE() getStorageLoc()
|
||||
|
||||
|
|
Loading…
Reference in a new issue