cpfsyslog/src/msgbuffer.h

13 lines
147 B
C
Raw Normal View History

2018-07-14 19:23:50 -07:00
void buff_push(char* data);
char* buff_pop();
int buff_count();
void buff_freeall();
char* buff_pop_head();
void buff_push_head(char* data);