summaryrefslogtreecommitdiff
path: root/lib/telnet.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 14:12:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 14:12:12 +0000
commit96dde76b99897352aa3d0877a0b621a9e605733e (patch)
tree4fdab47b4c9769405aa799bf65971c31abf2de6b /lib/telnet.h
parentfb9d1ff00f76836dd66725de869656c5fa53b071 (diff)
downloadcurl-96dde76b99897352aa3d0877a0b621a9e605733e.tar.gz
moved here from the newlib branch
Diffstat (limited to 'lib/telnet.h')
-rw-r--r--lib/telnet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/telnet.h b/lib/telnet.h
index 25b7f2d29..f9d55b78b 100644
--- a/lib/telnet.h
+++ b/lib/telnet.h
@@ -40,6 +40,7 @@
*
* ------------------------------------------------------------
****************************************************************************/
-UrgError telnet(struct UrlData *data);
+CURLcode telnet(struct connectdata *conn);
+CURLcode telnet_done(struct connectdata *conn);
#endif