diff options
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r-- | embed/ephy-embed-shell.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index 105db27f2..e7d789d57 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -139,6 +139,10 @@ struct EphyEmbedShellClass EphyEmbed **new_embed, EmbedChromeMask chromemask); + void (* command) (EphyEmbedShell *shell, + char *command, + char *param); + /* Methods */ void (* get_capabilities) (EphyEmbedShell *shell, |