1SURL_INIT(3) libsurl SURL_INIT(3)
2
3
4
6 surl_init - create a SURL with default and sensible settings
7
9 #include <libsurl-fe.h>
10
11 SURL *surl_init(void);
12
14 surl_init creates a SURL object for use with other functions.
15
17 No notes.
18
20 surl_init() has no known bugs.
21
23 The following example initializes a SURL object.
24
25 #include <libsurl-fe.h>
26
27 SURL *surl=surl_init();
28
30 Scott R. Lawrence <bytbox@gmail.com>
31 Original author
32
34 Copyright © 2009 Scott Lawrence
35
36 Permission is granted to copy, distribute and/or modify this document
37 under the terms of the GNU Free Documentation License, Version 1.1 or
38 any later version published by the Free Software Foundation; with no
39 Invariant Sections, with no Front-Cover texts, and with no Back-Cover
40 Texts. A copy of the license is included in the section entitled "GNU
41 Free Documentation License".
42
43
44
45
46libsurl 0.7.0 2010-01-01 SURL_INIT(3)