00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __TELNET_H 00006 #define __TELNET_H 00007 00008 #ifndef CURL_DISABLE_TELNET 00009 CURLcode Curl_telnet(struct connectdata *conn, bool *done); 00010 CURLcode Curl_telnet_done(struct connectdata *conn, CURLcode, bool premature); 00011 #endif 00012 #endif
1.5.6