/**************************************************************************** * * MODULE: r.basins.fill * * AUTHOR(S): Dale White - Dept. of Geography, Pennsylvania State U. * Larry Band - Dept. of Geography, University of Toronto * * PURPOSE: Generates a raster map layer showing watershed subbasins. * * COPYRIGHT: (C) 2005 by the GRASS Development Team * * This program is free software under the GNU General Public * License (>=v2). Read the file COPYING that comes with GRASS * for details. * ****************************************************************************/ #ifndef __LOCAL_PROTO_H__ #define __LOCAL_PROTO_H__ /* read_map.c */ CELL *read_map(const char *, int, int, int); #endif /* __LOCAL_PROTO_H__ */