aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-request.h')
-rw-r--r--e-util/e-request.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-request.h b/e-util/e-request.h
index ae822db83e..63eacdf8bb 100644
--- a/e-util/e-request.h
+++ b/e-util/e-request.h
@@ -25,9 +25,9 @@
#include <gtk/gtk.h>
-char *e_request_string (GtkWindow *parent,
- const char *title,
- const char *prompt,
- const char *default_string);
+gchar *e_request_string (GtkWindow *parent,
+ const gchar *title,
+ const gchar *prompt,
+ const gchar *default_string);
#endif