Fixed documentation to work with Gtk-Doc 1.14 and produce as few warnings as possible
[rodin/chimara.git] / libchimara / garglk.c
index 1a76bd7e4e36ca9b7076966484b07f375c943b3e..3631d67a865a2ea1531be389364a2a6d0bdd2048 100644 (file)
@@ -1,9 +1,10 @@
 #include <libchimara/glk.h>
 #include "chimara-glk-private.h"
+#include "stream.h"
 
 extern GPrivate *glk_data_key;
 
-void
+static void
 apply_reverse_color(GtkTextTag *tag, gpointer data)
 {
        g_object_set_data( G_OBJECT(tag), "reverse_color", data );