local_proto.h 296 B

12345678910
  1. #ifndef __LOCAL_PROTO_H
  2. #define GV_NODE 1
  3. #define GV_VERTEX 2
  4. void write_point(struct Map_info *, double, double, double,
  5. int, double, dbDriver *, struct field_info *);
  6. void write_line(struct Map_info *, struct line_pnts *, int,
  7. int, int, double, dbDriver *, struct field_info *);
  8. #endif