Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 4428)
+++ trunk/psLib/src/db/psDB.h	(revision 4429)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-22 02:05:41 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-29 19:43:55 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -270,6 +270,7 @@
 psS64 psDBDeleteRows(
     psDB *dbh,                          ///< Database handle
-    const char *tableName,             ///< Table name
-    const psMetadata *where                  ///< Row match criteria
+    const char *tableName,              ///< Table name
+    const psMetadata *where,            ///< Row match criteria
+    unsigned long long limit            ///< Maximum number of rows to delete
 );
 
