local_proto.h 813 B

123456789101112131415161718192021222324252627
  1. /****************************************************************************
  2. *
  3. * MODULE: r.basins.fill
  4. *
  5. * AUTHOR(S): Dale White - Dept. of Geography, Pennsylvania State U.
  6. * Larry Band - Dept. of Geography, University of Toronto
  7. *
  8. * PURPOSE: Generates a raster map layer showing watershed subbasins.
  9. *
  10. * COPYRIGHT: (C) 2005 by the GRASS Development Team
  11. *
  12. * This program is free software under the GNU General Public
  13. * License (>=v2). Read the file COPYING that comes with GRASS
  14. * for details.
  15. *
  16. ****************************************************************************/
  17. #ifndef __LOCAL_PROTO_H__
  18. #define __LOCAL_PROTO_H__
  19. /* read_map.c */
  20. CELL *read_map(const char *, int, int, int);
  21. #endif /* __LOCAL_PROTO_H__ */