summaryrefslogtreecommitdiff
path: root/navit/xmlconfig.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-04-28 15:14:25 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-04-28 15:14:25 +0000
commit6e41c5f1173b0a40e05d417dfb9c4889de648ac7 (patch)
tree0c6b5b769e327ffc0aa02433fec506bf8616d984 /navit/xmlconfig.h
parent479ca0fcc4a9966597116b606bc2292a9a906e26 (diff)
downloadnavit-6e41c5f1173b0a40e05d417dfb9c4889de648ac7.tar.gz
Add:Core:New function to set driver methods forwards- and backwardscompatible
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5453 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/xmlconfig.h')
-rw-r--r--navit/xmlconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/xmlconfig.h b/navit/xmlconfig.h
index 7bcdbf764..26ac0233a 100644
--- a/navit/xmlconfig.h
+++ b/navit/xmlconfig.h
@@ -63,6 +63,7 @@ struct navit_object {
NAVIT_OBJECT
};
+int navit_object_set_methods(void *in, int in_size, void *out, int out_size);
struct navit_object *navit_object_ref(struct navit_object *obj);
void navit_object_unref(struct navit_object *obj);
struct attr_iter * navit_object_attr_iter_new(void);