1SURL_INIT(3)                        libsurl                       SURL_INIT(3)
2
3
4

NAME

6       surl_init - create a SURL with default and sensible settings
7

SYNOPSIS

9       #include <libsurl-fe.h>
10
11       SURL *surl_init(void);
12

DESCRIPTION

14       surl_init creates a SURL object for use with other functions.
15

NOTES

17       No notes.
18

BUGS

20       surl_init() has no known bugs.
21

EXAMPLE

23       The following example initializes a SURL object.
24
25           #include <libsurl-fe.h>
26
27           SURL *surl=surl_init();
28

AUTHOR

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)
Impressum