local_proto.h 632 B

1234567891011121314151617181920
  1. #ifndef __LOCAL_PROTO_H__
  2. #define __LOCAL_PROTO_H__
  3. #include <grass/vector.h>
  4. void V2__add_line_to_topo_nat(struct Map_info *, int ,
  5. const struct line_pnts *, const struct line_cats *,
  6. int (*external_routine) (const struct Map_info *, int));
  7. /* map.c */
  8. int Vect__delete(const char *, int);
  9. /* open.c */
  10. int Vect__open_old(struct Map_info *, const char *, const char *,
  11. const char *, int, int, int);
  12. char *Vect__get_path(const struct Map_info *);
  13. char *Vect__get_element_path(const struct Map_info *, const char *);
  14. #endif /* PG_LOCAL_PROTO_H__ */