12 lines
271 B
Text
12 lines
271 B
Text
Index: src/grg_attachs.h
|
|
--- src/grg_attachs.h.orig
|
|
+++ src/grg_attachs.h
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
-gint current_attach_ID;
|
|
+extern gint current_attach_ID;
|
|
|
|
gint grg_attach_file (gchar * path, GtkWidget * parent);
|
|
void grg_remove_attachment (void);
|