summaryrefslogtreecommitdiff
path: root/country.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 19:37:01 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-11-05 19:37:01 +0000
commitd1d03df27becc077e0e29d6acabb2ad4e15d548b (patch)
treedcb098415651c6b3030e3ac77c43489888938b4f /country.h
parenta13d4d9a349638b94175444a97c22697ee8050a1 (diff)
downloadnavit-svn-d1d03df27becc077e0e29d6acabb2ad4e15d548b.tar.gz
Fixed this vs this_
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@534 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'country.h')
-rw-r--r--country.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/country.h b/country.h
index 465c3058..8e435f3a 100644
--- a/country.h
+++ b/country.h
@@ -10,9 +10,9 @@ struct attr;
struct country_search;
struct item;
struct country_search *country_search_new(struct attr *search, int partial);
-struct item *country_search_get_item(struct country_search *this);
+struct item *country_search_get_item(struct country_search *this_);
struct attr *country_default(void);
-void country_search_destroy(struct country_search *this);
+void country_search_destroy(struct country_search *this_);
/* end of prototypes */
#ifdef __cplusplus