X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=4d60a77a2c173e64f22f10374cb6f48d2121ab17;hb=725e4582d9c7174b70fe197bb27345960457549e;hp=89f790122fa4d4312a2aca694ab1c75ef2b5b5e7;hpb=2d1a316d848441a7d1137cb51b1ee0b8222aaa74;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 89f7901..4d60a77 100644 --- a/dive.h +++ b/dive.h @@ -317,6 +317,7 @@ extern void add_event(struct dive *dive, int time, int type, int flags, int valu extern void init_ui(int *argcp, char ***argvp); extern void run_ui(void); +extern void exit_ui(void); extern void report_error(GError* error);