diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index d665a67052..cc0043c7df 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -137,13 +137,13 @@ typedef enum { E_FOCUS_START, E_FOCUS_END } EFocus; -int g_str_compare (const void *x, +int e_str_compare (const void *x, const void *y); -int g_str_case_compare (const void *x, +int e_str_case_compare (const void *x, const void *y); -int g_collate_compare (const void *x, +int e_collate_compare (const void *x, const void *y); -int g_int_compare (const void *x, +int e_int_compare (const void *x, const void *y); char *e_strdup_strip (const char *string); void e_free_object_list (GList *list); |