Index: trunk/archive/psdb/psDB.c
===================================================================
--- trunk/archive/psdb/psDB.c	(revision 3234)
+++ trunk/archive/psdb/psDB.c	(revision 3236)
@@ -8,6 +8,6 @@
  *  @author Joshua Hoblitt
  *
- *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-16 00:33:32 $
+ *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-16 00:45:11 $
  *
  *  Copyright 2005 Joshua Hoblitt, University of Hawaii
@@ -44,5 +44,5 @@
 
 // lookup table functions
-static psU32    psDBMySQLToPType(psU32 type, psU32 flags);
+static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags);
 
 static psHash  *psDBGetPSToSQLTable(void);
@@ -638,6 +638,4 @@
     }
 
-    printf("complete query is %s\n", query);
-
     stmt = mysql_stmt_init(dbh->mysql);
     if (!stmt) {
@@ -1088,5 +1086,5 @@
 /*****************************************************************************/
 
-static psU32 psDBMySQLToPType(psU32 type, psU32 flags)
+static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags)
 {
     psHash          *mysqlToSQLTable;   // type lookup table
