diff --git a/src/include/lib3270/html.h b/src/include/lib3270/html.h
index d4c5072..defbdcf 100644
--- a/src/include/lib3270/html.h
+++ b/src/include/lib3270/html.h
@@ -26,6 +26,9 @@
*
*/
+#error Deprecated
+
+ /*
#ifndef LIB3270_HTML_H_INCLUDED
#define LIB3270_HTML_H_INCLUDED 1
@@ -50,4 +53,4 @@
#endif
#endif // LIB3270_HTML_H_INCLUDED
-
+*/
diff --git a/src/lib3270/html.c b/src/lib3270/html.c
index 82fec2f..d0c5eca 100644
--- a/src/lib3270/html.c
+++ b/src/lib3270/html.c
@@ -25,6 +25,8 @@
* perry.werneck@gmail.com (Alexandre Perry de Souza Werneck)
*
*/
+
+/*
#ifdef WIN32
#include
#include
@@ -46,7 +48,7 @@
const char * xlat;
};
-/*--[ Defines ]--------------------------------------------------------------------------------------*/
+//--[ Defines ]--------------------------------------------------------------------------------------
enum html_element
{
@@ -107,10 +109,10 @@
enum HTML_MODE
{
- HTML_MODE_TEXT, /**< Non editable */
- HTML_MODE_INPUT_TEXT, /**< Text input */
- HTML_MODE_INPUT_PASSWORD, /**< Password input */
- HTML_MODE_INPUT_BUTTON, /**< Button input (PFkey) */
+ HTML_MODE_TEXT, ///< Non editable
+ HTML_MODE_INPUT_TEXT, ///< Text input
+ HTML_MODE_INPUT_PASSWORD, ///< Password input
+ HTML_MODE_INPUT_BUTTON, ///< Button input (PFkey)
} mode;
char * text;
@@ -120,7 +122,7 @@
unsigned short bg;
};
- /*--[ Implement ]------------------------------------------------------------------------------------*/
+ //--[ Implement ]------------------------------------------------------------------------------------
static void append_string(struct html_info *info, const char *text)
{
@@ -424,4 +426,4 @@
return info.text;
}
-
+*/
diff --git a/src/lib3270/testprogram/testprogram.c b/src/lib3270/testprogram/testprogram.c
index 5a9d7e4..c1f2934 100644
--- a/src/lib3270/testprogram/testprogram.c
+++ b/src/lib3270/testprogram/testprogram.c
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
}
- printf("HOST URL: %s\HOST CRL: %s\n",lib3270_get_url(h),lib3270_get_crl_url(h));
+ printf("HOST URL: %s\tHOST CRL: %s\n",lib3270_get_url(h),lib3270_get_crl_url(h));
if(lib3270_set_url(h,NULL))
lib3270_set_url(h,"tn3270://fandezhi.efglobe.com");
--
libgit2 0.21.2