Subversion Repositories Kolibri OS

Rev

Rev 8337 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8337 Rev 8450
Line 46... Line 46...
46
#pragma pack(pop)
46
#pragma pack(pop)
Line 47... Line 47...
47
 
47
 
48
extern int networklib_init ();
48
extern int networklib_init ();
49
extern int  (*inet_addr __attribute__ ((stdcall)))(const char* hostname);
49
extern int  (*inet_addr __attribute__ ((stdcall)))(const char* hostname);
50
extern char* (*inet_ntoa __attribute__ ((stdcall)))(int ip_addr);
50
extern char* (*inet_ntoa __attribute__ ((stdcall)))(int ip_addr);
51
extern int (*getaddrinfo __attribute__ ((stdcall)))(char* hostname, int servname, struct addrinfo* hints, struct addrinfo** res);
51
extern int (*getaddrinfo __attribute__ ((stdcall)))(const char* hostname, const char* servname, const struct addrinfo* hints, struct addrinfo** res);
Line 52... Line 52...
52
extern void (*freeaddrinfo __attribute__ ((stdcall)))(struct addrinfo* ai);
52
extern void (*freeaddrinfo __attribute__ ((stdcall)))(struct addrinfo* ai);