local_proto.h 500 B

1234567891011121314151617181920212223
  1. #ifndef GREGION_LOCAL_PROTO_H
  2. #define GREGION_LOCAL_PROTO_H
  3. #define PRINT_REG 0x01
  4. #define PRINT_SH 0x02
  5. #define PRINT_LL 0x04
  6. #define PRINT_EXTENT 0x08
  7. #define PRINT_CENTER 0x10
  8. #define PRINT_METERS 0x20
  9. #define PRINT_3D 0x40
  10. #define PRINT_MBBOX 0x80
  11. #define PRINT_NANGLE 0x100
  12. #define PRINT_GMT 0x200
  13. #define PRINT_WMS 0x400
  14. /* zoom.c */
  15. int zoom(struct Cell_head *, const char *, const char *);
  16. /* printwindow.c */
  17. void print_window(struct Cell_head *, int, int);
  18. #endif