aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_ui.h')
-rw-r--r--src/prefs_ui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/prefs_ui.h b/src/prefs_ui.h
index f0eadeb6..cfdf3539 100644
--- a/src/prefs_ui.h
+++ b/src/prefs_ui.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2017 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -176,4 +176,8 @@ void prefs_set_fontbtn (PrefParam *pparam);
void prefs_set_data_from_optmenu(PrefParam *pparam);
void prefs_set_optmenu (PrefParam *pparam);
+gchar *prefs_get_escaped_str_from_text (GtkWidget *widget);
+void prefs_set_escaped_str_to_text (GtkWidget *widget,
+ const gchar *str);
+
#endif /* __PREFS_UI_H__ */