added libtelnet_printf2 which does CRLF automagic stuff
diff --git a/libtelnet.h b/libtelnet.h
index f03b92f..e13e3ee 100644
--- a/libtelnet.h
+++ b/libtelnet.h
@@ -235,6 +235,9 @@
 # define LIBTELNET_GNU_PRINTF(f,a)
 #endif
 
-extern int libtelnet_send_printf(libtelnet_t *telnet, const char *fmt, ...);
+extern int libtelnet_printf(libtelnet_t *telnet, const char *fmt, ...);
+
+/* send formatted data with \r and \n translated */
+extern int libtelnet_printf2(libtelnet_t *telnet, const char *fmt, ...);
 
 #endif /* !defined(LIBTELNET_INCLUDE) */