src/line_proto.h
branchnew-transport
changeset 160 4f8dc89d7cbb
parent 157 1e5674d0eec4
child 217 7728d6ec3abf
--- a/src/line_proto.h	Tue Apr 28 23:10:30 2009 +0300
+++ b/src/line_proto.h	Tue Apr 28 23:10:38 2009 +0300
@@ -64,6 +64,8 @@
 /**
  * Flush out any buffered line fragment. Returns zero if the buffer was flushed empty, >0 if there's still fragments
  * remaining, or -err on errors.
+ *
+ * It is a bug to call this if there is no data waiting to be sent.
  */
 int line_proto_flush (struct line_proto *lp);