[GRASS-SVN] r47947 - grass/trunk/lib/db/dbmi_client

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 29 13:59:27 EDT 2011


Author: martinl
Date: 2011-08-29 10:59:27 -0700 (Mon, 29 Aug 2011)
New Revision: 47947

Modified:
   grass/trunk/lib/db/dbmi_client/shutdown.c
Log:
dbmi: update doxygen docs for db_shutdown_driver()


Modified: grass/trunk/lib/db/dbmi_client/shutdown.c
===================================================================
--- grass/trunk/lib/db/dbmi_client/shutdown.c	2011-08-29 17:35:50 UTC (rev 47946)
+++ grass/trunk/lib/db/dbmi_client/shutdown.c	2011-08-29 17:59:27 UTC (rev 47947)
@@ -29,13 +29,14 @@
   <b>Note:</b> the management of the memory for the driver structure
   probably should be handled differently.
  
-  db_start_driver() could take a pointer to driver structure as
-  an argument, instead of returning the pointer to allocated
-  then there would be no hidden free required
+  db_start_driver() could take a pointer to driver structure as an
+  argument, instead of returning the pointer to allocated then there
+  would be no hidden free required
 
-  \param driver db driver
+  \param driver pointer to dbDriver to be freed
 
-  \return status (?)
+  \return 0 on sucess
+  \return -1 on error
 */
 int db_shutdown_driver(dbDriver * driver)
 {



More information about the grass-commit mailing list