|
@@ -141,8 +141,8 @@ static int (*Vect_restore_line_array[][3]) () = {
|
|
|
\return offset into file where the feature starts (level 1)
|
|
|
*/
|
|
|
off_t
|
|
|
-Vect_write_line(struct Map_info *Map,
|
|
|
- int type, const struct line_pnts *points, const struct line_cats *cats)
|
|
|
+Vect_write_line(struct Map_info *Map, int type,
|
|
|
+ const struct line_pnts *points, const struct line_cats *cats)
|
|
|
{
|
|
|
off_t offset;
|
|
|
|
|
@@ -189,9 +189,8 @@ Vect_write_line(struct Map_info *Map,
|
|
|
\return -1 on error
|
|
|
*/
|
|
|
off_t
|
|
|
-Vect_rewrite_line(struct Map_info *Map,
|
|
|
- int line,
|
|
|
- int type, const struct line_pnts *points, const struct line_cats *cats)
|
|
|
+Vect_rewrite_line(struct Map_info *Map, int line, int type,
|
|
|
+ const struct line_pnts *points, const struct line_cats *cats)
|
|
|
{
|
|
|
off_t ret, offset;
|
|
|
|