X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gfio.h;h=2bf0ea2424373ae6f3a589e36e08c983c3d75950;hb=53b5fa1ea4f821899440637ab632ce0e1687c916;hp=aa14e3c7d961108c7759bbe9449c2fbea7b65d57;hpb=ba9c7219eefcc04e84a4fb4970f4b5caeaf48aa6;p=fio.git diff --git a/gfio.h b/gfio.h index aa14e3c7..2bf0ea24 100644 --- a/gfio.h +++ b/gfio.h @@ -78,7 +78,9 @@ struct gui { int handler_running; GHashTable *ge_hash; -} main_ui; +}; + +extern struct gui main_ui; enum { GE_STATE_NEW = 1,