aboutsummaryrefslogtreecommitdiff
path: root/interface/gomuks.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-06-15 01:11:51 +0300
committerTulir Asokan <tulir@maunium.net>2019-06-15 01:11:54 +0300
commita55ea42d7f5900bd5fc8fad047040c7865824f33 (patch)
tree2b5ee3f3087751471903a21e99ca7a68fc97b928 /interface/gomuks.go
parenta4ac699c930e783175b6451a5becd7b70835aefb (diff)
Unbreak things
Diffstat (limited to 'interface/gomuks.go')
-rw-r--r--interface/gomuks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/gomuks.go b/interface/gomuks.go
index f2565fb..5937a6b 100644
--- a/interface/gomuks.go
+++ b/interface/gomuks.go
@@ -27,5 +27,5 @@ type Gomuks interface {
Config() *config.Config
Start()
- Stop()
+ Stop(save bool)
}