X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/7886de28d868b2ba92abaa4d5e672eda16c87ced..c9a5cbf917b6c208b30670bf85de2d4c4b14e3cc:/src/vikgpslayer.h?ds=inline diff --git a/src/vikgpslayer.h b/src/vikgpslayer.h index 89678e07..54858446 100644 --- a/src/vikgpslayer.h +++ b/src/vikgpslayer.h @@ -2,6 +2,7 @@ * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * * Copyright (C) 2003-2005, Evan Battaglia + * Copyright (C) 2006-2008, Quy Tonthat * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -44,5 +45,6 @@ typedef struct _VikGpsLayer VikGpsLayer; gboolean vik_gps_layer_is_empty ( VikGpsLayer *vgl ); const GList *vik_gps_layer_get_children ( VikGpsLayer *vgl ); +VikTrwLayer * vik_gps_layer_get_a_child(VikGpsLayer *vgl); #endif