Index: trunk/psLib/src/db/psDB.h
===================================================================
--- trunk/psLib/src/db/psDB.h	(revision 7651)
+++ trunk/psLib/src/db/psDB.h	(revision 8251)
@@ -10,6 +10,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-23 02:57:04 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-08-09 04:30:00 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -355,4 +355,13 @@
 );
 
+/** Generates an SQL "Where" fragment
+ *
+ * This function generates an SQL fragment (not a whole usable query) based on
+ * the standard "where" metadata format.
+ *
+ * @return psString:   A psString or NULL on failure
+ */
+char    *psDBGenerateWhereSQL(const psMetadata *where);
+
 /// @}
 
