X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=4d60a77a2c173e64f22f10374cb6f48d2121ab17;hb=2cada118eb515e369ba23b85c8f3fb8c4d100aaa;hp=89f790122fa4d4312a2aca694ab1c75ef2b5b5e7;hpb=1cbe2444cc6c0c8da9e730561914986506d83770;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);