X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=eda8d6b34d33b4424aabb74df958e7172438b005;hb=e4bfb6597279ca3d9aa3678a617f5f0aef298278;hp=58b6611f84e1f566e434bb623d627a6c489d2dce;hpb=2101f37c1b81840beda99a7b4e87e938f9e52a7a;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 58b6611..eda8d6b 100644 --- a/dive.h +++ b/dive.h @@ -257,7 +257,7 @@ extern void add_event(struct dive *dive, int time, int type, int flags, int valu /* UI related protopypes */ -extern void init_ui(int argc, char **argv); +extern void init_ui(int *argcp, char ***argvp); extern void run_ui(void);