1NE_SOCK_INIT(3) neon API reference NE_SOCK_INIT(3)
2
3
4
6 ne_sock_init - perform library initialization
7
9 #include <ne_socket.h>
10
11
12 int ne_sock_init (void);
13
14
16 In some platforms and configurations, neon may be using some socket or
17 SSL libraries which require global initialization before use. To per‐
18 form this initialization, the ne_sock_init function must be called once
19 before any other library functions are used.
20
21
23 ne_sock_init returns zero on success, or non-zero on error. If an error
24 occurs, no further use of the neon library should be attempted.
25
26
28 neon(3)
29
30
32 Joe Orton <neon@webdav.org>.
33
34
35
36neon 0.25.5 20 January 2006 NE_SOCK_INIT(3)