Subversion Repositories Kolibri OS

Rev

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

Rev 4283 Rev 4298
Line 1... Line 1...
1
#include 
1
#include 
-
 
2
#include 
Line 2... Line 3...
2
 
3
 
3
 
4
 
Line 11... Line 12...
11
 
12
 
12
int kol_exit(){
13
int kol_exit(){
13
  __menuet__sys_exit();
14
  __menuet__sys_exit();
Line 14... Line -...
14
}
-
 
15
 
15
}
16
 
16
 
17
int (* __stdcall network_init)();
17
int (* __stdcall network_init)();
18
void (* __stdcall freeaddrinfo)(struct addrinfo* ai);
18
void (* __stdcall freeaddrinfo)(struct addrinfo* ai);
19
int (* __stdcall getaddrinfo)( const char* hostname, const char* servname, const struct addrinfo* hints, struct addrinfo **res);
19
int (* __stdcall getaddrinfo)( const char* hostname, const char* servname, const struct addrinfo* hints, struct addrinfo **res);