summaryrefslogtreecommitdiff
path: root/navit/navit.h
diff options
context:
space:
mode:
authortegzed <tegzed@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-07 09:02:38 +0000
committertegzed <tegzed@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-11-07 09:02:38 +0000
commit2e2ed9c44a91336f2f10512ed31afcba747042dc (patch)
treee88fb45fbfe0d00dfa1c950ac12a7769b9652f56 /navit/navit.h
parent2cac3270a59e03fe33b7470db616930152a51436 (diff)
downloadnavit-svn-2e2ed9c44a91336f2f10512ed31afcba747042dc.tar.gz
Fix:Core:United *get_user_data_directory() functions with same body in navit.c
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3655 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit.h')
-rw-r--r--navit/navit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit.h b/navit/navit.h
index 5fcfc0f5..8a7e66f9 100644
--- a/navit/navit.h
+++ b/navit/navit.h
@@ -87,6 +87,7 @@ void navit_set_center_cursor(struct navit *this_, int keep_orientation, int auto
void navit_set_center_screen(struct navit *this_, struct point *p, int set_timeout);
int navit_set_attr(struct navit *this_, struct attr *attr);
int navit_get_attr(struct navit *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
+char* navit_get_user_data_directory(int create);
int navit_add_attr(struct navit *this_, struct attr *attr);
int navit_remove_attr(struct navit *this_, struct attr *attr);
struct attr_iter *navit_attr_iter_new(void);