1SURL_DEBUG_OFF(3) libsurl SURL_DEBUG_OFF(3)
2
3
4
6 surl_debug_off - turns debugging for the given SURL off.
7
9 #include <libsurl-fe.h>
10
11 void surl_debug_off(SURL *surl);
12
14 surl_debug_off turns debugging information off for the given SURL.
15
17 surl_debug_off() has no known bugs.
18
20 Scott R. Lawrence <bytbox@gmail.com>
21 Original author
22
24 Copyright © 2009 Scott Lawrence
25
26 Permission is granted to copy, distribute and/or modify this document
27 under the terms of the GNU Free Documentation License, Version 1.1 or
28 any later version published by the Free Software Foundation; with no
29 Invariant Sections, with no Front-Cover texts, and with no Back-Cover
30 Texts. A copy of the license is included in the section entitled "GNU
31 Free Documentation License".
32
33
34
35
36libsurl 0.7.0 2010-01-01 SURL_DEBUG_OFF(3)