gis_local_proto.h 280 B

123456789101112131415
  1. #ifndef __GIS_LOCAL_PROTO_H__
  2. #define __GIS_LOCAL_PROTO_H__
  3. /* subroutines used only by GIS Library */
  4. /* TODO: move other G__*() subroutines here */
  5. /* location.c */
  6. char *G__location_path(void);
  7. /* mapset.c */
  8. const char *G__mapset(void);
  9. char *G__mapset_path(void);
  10. #endif