Code

utils strbuf: Added sdb_strbuf_skip().
authorSebastian Harl <sh@tokkee.org>
Thu, 31 Oct 2013 17:56:06 +0000 (18:56 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 31 Oct 2013 17:56:06 +0000 (18:56 +0100)
commit9fb079db93a6964c160439d851270b3433db59f5
treeb22d0e0a08770ea6a59e400aa4ba8fd108aa7600
parentc58c4edb82a8f5ee35b7fa3e47610ed86ed544ce
utils strbuf: Added sdb_strbuf_skip().

This function may be used to remove bytes and the beginning of the buffer.
src/include/utils/strbuf.h
src/utils/strbuf.c
t/utils/strbuf_test.c