diff options
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r-- | lib/ephy-string.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h index cbf8ec776..de7ebe292 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -49,6 +49,12 @@ guint ephy_string_enum_from_string (GType type, char *ephy_string_enum_to_string (GType type, guint enum_value); +char *ephy_string_canonicalize_pathname (const char *cpath); + +char *ephy_string_get_host_name (const char *url); + +char *ephy_string_expand_initial_tilde (const char *path); + G_END_DECLS #endif |