diff options
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r-- | lib/ephy-string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h index d825a5b82..1f5f98659 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -58,6 +58,9 @@ char *ephy_string_get_host_name (const char *url); char *ephy_string_expand_initial_tilde (const char *path); +char **ephy_string_commandline_args_to_uris (char **arguments, GError **error); + + G_END_DECLS #endif |