1SURL_DEBUG(3) libsurl SURL_DEBUG(3)
2
3
4
6 surl_debug - return the current debugging state for the given SURL
7
9 #include <libsurl-fe.h>
10
11 int surl_debug(SURL *surl);
12
14 surl_debug returns 1 if debugging is enabled, or 0 if debugging is
15 disabled, for the given SURL.
16
18 surl_debug() 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_DEBUG(3)