summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 02783700..f9b8a6e4 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -233,10 +233,11 @@ extern Settings config;
/**
* @param msg The error message to show.
+ * @param markup The error message uses pango markup.
*
* The error message to show.
*/
-void error_dialog ( const char *msg );
+void error_dialog ( const char *msg, int markup );
/**
* Structure defining a switcher.