1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 20:36:38 +02:00

Add extern keyword several places to link in osx

This commit is contained in:
Luis Colorado
2016-01-15 09:12:30 +02:00
parent 101fa2cab8
commit b46e75d504
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
#define TRIGGER_BUFFER_NAME "monitor"
struct t_gui_buffer *trigger_buffer;
extern struct t_gui_buffer *trigger_buffer;
extern void trigger_buffer_set_callbacks ();
extern void trigger_buffer_open (const char *filter, int switch_to_buffer);