Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / src / include / utils / strbuf.h
index 9577a64f2956ce0a600ea9498adc485cf892f2c8..96b4f86bee3aa8937899a9af08314f9fa5866860 100644 (file)
@@ -139,10 +139,17 @@ sdb_strbuf_chomp(sdb_strbuf_t *strbuf);
 
 /*
  * sdb_strbuf_skip:
- * Removes the first 'n' bytes from the buffer.
+ * Removes 'n' bytes from the buffer starting at offset 'offset'.
  */
 void
-sdb_strbuf_skip(sdb_strbuf_t *strbuf, size_t n);
+sdb_strbuf_skip(sdb_strbuf_t *strbuf, size_t offset, size_t n);
+
+/*
+ * sdb_strbuf_clear:
+ * Clear the buffer but do not deallocate memory.
+ */
+void
+sdb_strbuf_clear(sdb_strbuf_t *strbuf);
 
 /*
  * sdb_strbuf_string: