aboutsummaryrefslogtreecommitdiffstats
path: root/systray.h
diff options
context:
space:
mode:
authorjoesis2017-08-28 15:02:45 +0800
committerGitHub2017-08-28 15:02:45 +0800
commit6f1d1d82e189395fa6266fcdb665a50531918d25 (patch)
tree7bb33595a16c1a57b4454f014b48fc08e1ec2406 /systray.h
parent0068f6ae40ea39bfd683043e8452024097fff0e4 (diff)
parente78cfcfa229acdd9af7489540c20419ee5cb05a8 (diff)
downloadsystray-6f1d1d82e189395fa6266fcdb665a50531918d25.tar.bz2
Merge pull request #29 from getlantern/flashlight-258
Exit handling improvements
Diffstat (limited to 'systray.h')
-rw-r--r--systray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/systray.h b/systray.h
index 819b65f..f175ae4 100644
--- a/systray.h
+++ b/systray.h
@@ -1,4 +1,5 @@
extern void systray_ready();
+extern void systray_on_exit();
extern void systray_menu_item_selected(int menu_id);
int nativeLoop(void);