summaryrefslogtreecommitdiffstats
path: root/test/helper-tokenize.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-tokenize.c')
-rw-r--r--test/helper-tokenize.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/helper-tokenize.c b/test/helper-tokenize.c
index ea82da03..dcfe6985 100644
--- a/test/helper-tokenize.c
+++ b/test/helper-tokenize.c
@@ -15,7 +15,9 @@ static int test = 0;
assert ( a ); \
printf ( "Test %i passed (%s)\n", ++test, # a ); \
}
-
+void rofi_add_error_message ( GString *msg )
+{
+}
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );