src/line_proto.h
changeset 45 71e65564afd2
parent 41 40f7aa051acb
child 87 f0db6ebf18b9
--- a/src/line_proto.h	Thu Mar 12 22:06:01 2009 +0200
+++ b/src/line_proto.h	Thu Mar 12 22:50:08 2009 +0200
@@ -21,7 +21,7 @@
     /** Handle received line */
     void (*on_line) (char *line, void *arg);
     
-    /** Event-based action failed */
+    /** Transport failed, the line_proto is corrupt, you should call line_proto_release next. */
     void (*on_error) (struct error_info *err, void *arg);
 };