[GRASS-SVN] r37683 - grass/branches/releasebranch_6_4/include

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 1 04:13:10 EDT 2009


Author: neteler
Date: 2009-06-01 04:13:09 -0400 (Mon, 01 Jun 2009)
New Revision: 37683

Modified:
   grass/branches/releasebranch_6_4/include/raster.h
Log:
unlock_driver() no longer exists; remove declaration from raster.h

Modified: grass/branches/releasebranch_6_4/include/raster.h
===================================================================
--- grass/branches/releasebranch_6_4/include/raster.h	2009-06-01 07:50:36 UTC (rev 37682)
+++ grass/branches/releasebranch_6_4/include/raster.h	2009-06-01 08:13:09 UTC (rev 37683)
@@ -37,8 +37,7 @@
 void R_close_driver(void);
 void R_release_driver(void);
 
-/* io_fifo.c / io_sock.c */
-int unlock_driver(int);
+/* io_sock.c */
 int R_open_driver(void);
 
 /* pad.c */



More information about the grass-commit mailing list