diff options
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 1564d0b35..376213c0e 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -172,7 +172,8 @@ struct EphyEmbedClass const char *link); void (* js_status) (EphyEmbed *embed, const char *status); - void (* location) (EphyEmbed *embed); + void (* location) (EphyEmbed *embed, + const char *location); void (* title) (EphyEmbed *embed); void (* progress) (EphyEmbed *embed, const char *uri, |