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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/buffer.h b/src/ui/buffer.h
index 997e2a49..f9b9030c 100644
--- a/src/ui/buffer.h
+++ b/src/ui/buffer.h
@@ -73,5 +73,6 @@ int buffer_size(ProfBuff buffer);
 ProfBuffEntry* buffer_get_entry(ProfBuff buffer, int entry);
 ProfBuffEntry* buffer_get_entry_by_id(ProfBuff buffer, const char *const id);
 gboolean buffer_mark_received(ProfBuff buffer, const char *const id);
+ProfBuffEntry* buffer_get_url(ProfBuff buffer, const char *const id);
 
 #endif