New libcwd channel 'curlio'.

Enable printing of libcurl 'IO' debug messages when libcwd channel
'curlio' is turned on (added to .libcwdrc). Avoiding a recompile.
This commit is contained in:
Aleric Inglewood
2012-07-05 03:10:16 +02:00
parent b8fc1f634e
commit df20f918ba
3 changed files with 4 additions and 4 deletions

View File

@@ -119,6 +119,7 @@ extern CWD_API channel_ct backtrace;
extern CWD_API channel_ct statemachine;
extern CWD_API channel_ct caps;
extern CWD_API channel_ct curl;
extern CWD_API channel_ct curlio;
#endif