1SURL_GETOPT(3) libsurl SURL_GETOPT(3)
2
3
4
6 surl_getopt - get the value of a specified option on a SURL
7
9 #include <libsurl-fe.h>
10
11 surl_engine_t *surl_getopt(SURL *surl, int option);
12
14 surl_getopt returns a copy of the value associated with the specified
15 option.
16
18 surl_getopt() has no known bugs.
19
21 Scott R. Lawrence <bytbox@gmail.com>
22 Original author
23
25 Copyright © 2009 Scott Lawrence
26
27 Permission is granted to copy, distribute and/or modify this document
28 under the terms of the GNU Free Documentation License, Version 1.1 or
29 any later version published by the Free Software Foundation; with no
30 Invariant Sections, with no Front-Cover texts, and with no Back-Cover
31 Texts. A copy of the license is included in the section entitled "GNU
32 Free Documentation License".
33
34
35
36
37libsurl 0.7.0 2010-01-01 SURL_GETOPT(3)