mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-18 20:57:56 +00:00
Remove spurious rotbuf_log() declaration, fixes #75
This commit is contained in:
parent
76cce8fe7e
commit
1dea703d18
2
rotbuf.h
2
rotbuf.h
@ -133,8 +133,6 @@ __ROTBUF_INLINE size_t rotbuf_count(struct rotbuf *rb)
|
||||
return rb->wrap ? (size_t)((rb->ebuf - rb->buf) + rb->wrap - 1) : rotbuf_position(rb);
|
||||
}
|
||||
|
||||
void rotbuf_log(struct __sourceloc __whence, int log_level, const char *prefix, const struct rotbuf *rb);
|
||||
|
||||
/* Advance the cursor by a given number of bytes (non negative). Advancing the cursor over the
|
||||
* final byte in the buffer sets the 'wrap' counter to 1. All further advances are simply added to
|
||||
* the 'wrap' counter.
|
||||
|
Loading…
Reference in New Issue
Block a user