summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/rofi.h b/include/rofi.h
index 7558a45b..be189e0b 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -75,6 +75,18 @@ void rofi_add_error_message(GString *str);
* Clear the list of stored error messages.
*/
void rofi_clear_error_messages(void);
+
+/**
+ * @param str A GString with an warning message to display.
+ *
+ * Queue an warning.
+ */
+void rofi_add_warning_message(GString *str);
+
+/**
+ * Clear the list of stored warning messages.
+ */
+void rofi_clear_warning_messages(void);
/**
* @param code the code to return
*