lm_proxy.c
changeset 4 5770be2d5f3f
parent 0 84fdfb0344c9
child 6 90073cbb535d
--- a/lm_proxy.c	Mon Feb 09 13:39:36 2009 +0200
+++ b/lm_proxy.c	Sat Feb 14 16:40:09 2009 +0200
@@ -14,7 +14,7 @@
 
 /// proxy type
 /// Stirng, specifying proxy-server type. The only type supported for now is http.
-/// V: http, none
+/// G:
 const string2enum_t llm_proxy_type[] = {
 	{ "http", LM_PROXY_TYPE_HTTP },
 	{ "none", LM_PROXY_TYPE_NONE },