removed GapBuffer_getByteCount prototype from header

This commit is contained in:
Francesco Cozzuto
2023-03-31 18:26:49 +02:00
parent 19fed0d7d1
commit a1224382b7
2 changed files with 5 additions and 3 deletions
-1
View File
@@ -27,7 +27,6 @@ void GapBuffer_moveRelative(GapBuffer *buff, int off);
void GapBuffer_moveAbsolute(GapBuffer *buff, size_t num);
void GapBuffer_removeForwards(GapBuffer *buff, size_t num);
void GapBuffer_removeBackwards(GapBuffer *buff, size_t num);
size_t GapBuffer_getByteCount(GapBuffer *buff);
void GapBufferIter_init(GapBufferIter *iter, GapBuffer *buff);
void GapBufferIter_free(GapBufferIter *iter);
bool GapBufferIter_next(GapBufferIter *iter, GapBufferLine *line);