Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 8305)
+++ trunk/psLib/src/db/psDB.h	(revision 8335)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-08-12 03:33:15 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-15 02:26:50 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -362,5 +362,5 @@
  * @return psString:   A psString or NULL on failure
  */
-char    *psDBGenerateWhereSQL(const psMetadata *where);
+char    *psDBGenerateWhereSQL(const psMetadata *where, const char *tableName);
 
 /** Generates an SQL "where conditon" statement
@@ -372,5 +372,5 @@
  * @return psString:   A psString or NULL on failure
  */
-char *psDBGenerateWhereConditionSQL(const psMetadata *where);
+char *psDBGenerateWhereConditionSQL(const psMetadata *where, const char *tableName);
 
 
