mapset.c (navit-0.5.5) | : | mapset.c (navit-0.5.6) | ||
---|---|---|---|---|
skipping to change at line 39 | skipping to change at line 39 | |||
#include <string.h> | #include <string.h> | |||
#include <glib.h> | #include <glib.h> | |||
#include <glib/gprintf.h> | #include <glib/gprintf.h> | |||
#include "debug.h" | #include "debug.h" | |||
#include "item.h" | #include "item.h" | |||
#include "mapset.h" | #include "mapset.h" | |||
#include "projection.h" | #include "projection.h" | |||
#include "map.h" | #include "map.h" | |||
#include "xmlconfig.h" | #include "xmlconfig.h" | |||
/** | ||||
* @brief A mapset | ||||
* | ||||
* This structure holds a complete mapset | ||||
*/ | ||||
struct mapset { | struct mapset { | |||
NAVIT_OBJECT | NAVIT_OBJECT | |||
GList *maps; /**< Linked list of all the maps in the mapset */ | GList *maps; /**< Linked list of all the maps in the mapset */ | |||
}; | }; | |||
struct attr_iter { | struct attr_iter { | |||
GList *last; | GList *last; | |||
}; | }; | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 0 lines changed or added |