src/line_proto.h
changeset 12 4147fae232d9
parent 11 14e79683c48c
child 17 5001564ac5fc
--- a/src/line_proto.h	Sat Feb 28 17:39:37 2009 +0200
+++ b/src/line_proto.h	Sat Feb 28 18:48:10 2009 +0200
@@ -35,6 +35,11 @@
 err_t line_proto_read (struct line_proto *lp, const char **line_ptr);
 
 /*
+ * Signify that the line read with line_proto_read() was handled and can be discarded
+ */
+void line_proto_discard (struct line_proto *lp);
+
+/*
  * Get current error_info*
  */
 const struct error_info* line_proto_error (struct line_proto *lp);