diff options
Diffstat (limited to 'Gui/interface.h')
-rw-r--r-- | Gui/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/interface.h b/Gui/interface.h index 28c5d67000..08e57024ca 100644 --- a/Gui/interface.h +++ b/Gui/interface.h @@ -110,7 +110,7 @@ extern guiInterface_t guiIntfStruct; extern char *get_path(char *filename); -extern void guiInit( int argc,char* argv[], char *envp[] ); +extern void guiInit( void ); extern void guiDone( void ); extern void guiGetEvent( int type,char * arg ); extern void guiEventHandling( void ); |