about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/buffer.h')
-rw-r--r--src/ui/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index 24bdac84..c9d1ccdc 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -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