summaryrefslogtreecommitdiffstats
path: root/test/helper-config-cmdline-parser.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-09 23:15:45 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-09 23:15:45 +0100
commitd88a5197b57cba8cbf38ec8967b890e53d452e4f (patch)
tree24b26238cb53257d9bad0a4c7c3ba57ac125ca09 /test/helper-config-cmdline-parser.c
parenta5d2db256ea183e585b2b3898d2caf9da30ad9ae (diff)
Fix tests.
Diffstat (limited to 'test/helper-config-cmdline-parser.c')
-rw-r--r--test/helper-config-cmdline-parser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/helper-config-cmdline-parser.c b/test/helper-config-cmdline-parser.c
index c1521aa5..5ba5ea91 100644
--- a/test/helper-config-cmdline-parser.c
+++ b/test/helper-config-cmdline-parser.c
@@ -24,7 +24,9 @@ struct xcb_stuff *xcb;
abort ( ); \
} \
}
-
+void rofi_add_error_message ( GString *msg )
+{
+}
int rofi_view_error_dialog ( const char *msg, G_GNUC_UNUSED int markup )
{
fputs ( msg, stderr );