diff options
Diffstat (limited to 'e-util/e-config.h')
-rw-r--r-- | e-util/e-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-config.h b/e-util/e-config.h index afb897477f..55bd6abc8b 100644 --- a/e-util/e-config.h +++ b/e-util/e-config.h @@ -253,7 +253,7 @@ const gchar *e_config_page_prev(EConfig *ec, const gchar *pageid); void e_config_abort(EConfig *); void e_config_commit(EConfig *); -gpointer e_config_target_new(EConfig *, gint type, size_t size); +gpointer e_config_target_new(EConfig *, gint type, gsize size); void e_config_target_free(EConfig *, gpointer ); /* ********************************************************************** */ |