Subversion Repositories Kolibri OS

Rev

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

Rev 5499 Rev 5598
Line 1... Line 1...
1
//Network library
1
//Network library
-
 
2
#ifndef INCLUDE_NETWORK_H
-
 
3
#define INCLUDE_NETWORK_H
Line -... Line 4...
-
 
4
 
-
 
5
#ifndef INCLUDE_KOLIBRI_H
-
 
6
#include "../lib/kolibri.h"
-
 
7
#endif
-
 
8
 
-
 
9
#ifndef INCLUDE_DLL_H
-
 
10
#include "../lib/dll.h"
2
 
11
#endif
3
dword network_lib = #a_network_lib;
12
dword network_lib = #a_network_lib;
Line 4... Line 13...
4
char a_network_lib[21]="/sys/lib/network.obj\0";
13
char a_network_lib[21]="/sys/lib/network.obj\0";
5
 
14
 
Line 59... Line 68...
59
    struct sockaddr *ai_addr;
68
    struct sockaddr *ai_addr;
60
    char   *ai_canonname;
69
    char   *ai_canonname;
61
    struct addrinfo *ai_next;
70
    struct addrinfo *ai_next;
62
}; 
71
}; 
63
*/
72
*/
-
 
73
 
-
 
74
#endif
64
75