about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-05-16 21:52:30 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-05-20 10:47:40 +0200
commit083bf34a7763aec7c95282e1b357ee4cf71c49fd (patch)
tree0db342d89218e2e875e52b7148191ae4243d665f /src/ui/buffer.h
parent7d7f0ef5a5a40257996df52aaff58599fddd11d5 (diff)
downloadprofani-tty-083bf34a7763aec7c95282e1b357ee4cf71c49fd.tar.gz
Start urlopen feature
Start https://github.com/profanity-im/profanity/issues/1340
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
d='n144' href='#n144'>144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204