Return address of buffer entry

This commit is contained in:
James Booth
2014-07-19 17:14:04 +01:00
parent 191b910d6e
commit b125fa0feb
3 changed files with 5 additions and 6 deletions

View File

@@ -18,5 +18,5 @@ ProfBuff buffer_create();
void buffer_free(ProfBuff buffer);
void buffer_push(ProfBuff buffer, const char show_char, const char * const date_fmt, int flags, int attrs, const char * const from, const char * const message);
int buffer_size(ProfBuff buffer);
ProfBuffEntry buffer_yield_entry(ProfBuff buffer, int entry);
ProfBuffEntry* buffer_yield_entry(ProfBuff buffer, int entry);
#endif