--- trunk/src/gpxview.h 2009/11/17 20:13:09 193 +++ trunk/src/gpxview.h 2009/11/19 07:39:00 196 @@ -217,6 +217,13 @@ } map; #endif + /* stuff to call geotoad */ + struct { + char *username, *password, *filename; + float distance, lat, lon; + int flags; + } gt; + GtkWidget *vbox; } appdata_t;