aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_ui.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-07 09:37:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-02-07 09:37:58 +0000
commit75d6a2c0663717aaece28c151349e018516279a5 (patch)
tree538edb288efa0ff9879953b01406f89ee01406f0 /src/prefs_ui.h
parent6cd2c4955d814f96d55cbcd2db9c25b670fd415d (diff)
implemented multiple signatures in one account.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3527 ee746299-78ed-0310-b773-934348b2243d
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__ */