summaryrefslogtreecommitdiff
path: root/navit/maptool/maptool.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-15 15:44:50 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-05-15 15:44:50 +0000
commita9a0a433e2409eb514234bedb1a4132dcb221a55 (patch)
treefa66bed268a51c1fef518f540319e32d16c55ff6 /navit/maptool/maptool.h
parent12f6b62c2a1546769c5e04c5c388a46e13005b28 (diff)
downloadnavit-a9a0a433e2409eb514234bedb1a4132dcb221a55.tar.gz
Fix:maptool:Beginning of cleaning of buffer handling
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3251 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/maptool/maptool.h')
-rw-r--r--navit/maptool/maptool.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/navit/maptool/maptool.h b/navit/maptool/maptool.h
index 6de41b16e..da4a99bd2 100644
--- a/navit/maptool/maptool.h
+++ b/navit/maptool/maptool.h
@@ -142,8 +142,6 @@ void clip_polygon(struct item_bin *ib, struct rect *r, struct tile_parameter *pa
/* itembin.c */
-struct item_bin *read_item(FILE *in);
-struct item_bin *read_item_range(FILE *in, int *min, int *max);
int item_bin_read(struct item_bin *ib, FILE *in);
void item_bin_set_type(struct item_bin *ib, enum item_type type);
void item_bin_init(struct item_bin *ib, enum item_type type);
@@ -170,7 +168,10 @@ void item_bin_set_type_by_population(struct item_bin *ib, int population);
void item_bin_write_match(struct item_bin *ib, enum attr_type type, enum attr_type match, FILE *out);
int item_bin_sort_file(char *in_file, char *out_file, struct rect *r, int *size);
-
+/* itembin_buffer.c */
+struct item_bin *read_item(FILE *in);
+struct item_bin *read_item_range(FILE *in, int *min, int *max);
+struct item_bin *init_item(enum item_type type);
/* maptool.c */