summaryrefslogtreecommitdiff
path: root/navit/coord.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-06 13:45:21 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-06 13:45:21 +0000
commit953b2c79c40b5d0195ca457ad68e263629872847 (patch)
treefd0e60ec2eeb9d91c1e82bf86b0d2200acdddf6d /navit/coord.h
parentd74a4163561e21ef658aaa817e895eda637cbf35 (diff)
downloadnavit-953b2c79c40b5d0195ca457ad68e263629872847.tar.gz
Add:Core:Made cursor configurable via navit.xml
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1653 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/coord.h')
-rw-r--r--navit/coord.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/navit/coord.h b/navit/coord.h
index 030bf22de..3ffef902c 100644
--- a/navit/coord.h
+++ b/navit/coord.h
@@ -60,9 +60,11 @@ struct coord_geo_cart {
};
enum projection;
+struct attr;
struct coord * coord_get(unsigned char **p);
struct coord * coord_new(int x, int y);
+struct coord * coord_new_from_attrs(struct attr *parent, struct attr **attrs);
void coord_destroy(struct coord *c);
int coord_parse(const char *c_str, enum projection pro, struct coord *c_ret);
void coord_print(enum projection pro, struct coord *c, FILE *out);