aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ext_app.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereal/ext_app.go')
-rw-r--r--ethereal/ext_app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethereal/ext_app.go b/ethereal/ext_app.go
index 5543b0083..514084c97 100644
--- a/ethereal/ext_app.go
+++ b/ethereal/ext_app.go
@@ -21,6 +21,7 @@ type AppContainer interface {
NewBlock(*ethchain.Block)
NewWatcher(chan bool)
Messages(ethstate.Messages, string)
+ Post(string, int)
}
type ExtApplication struct {