IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 2:45:11 PM (21 years ago)
Author:
jhoblitt
Message:

fix psDBMySQLToPType() param types
remove debugging statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/psdb/psDB.c

    r3234 r3236  
    88 *  @author Joshua Hoblitt
    99 *
    10  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-02-16 00:33:32 $
     10 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-02-16 00:45:11 $
    1212 *
    1313 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    4444
    4545// lookup table functions
    46 static psU32    psDBMySQLToPType(psU32 type, psU32 flags);
     46static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags);
    4747
    4848static psHash  *psDBGetPSToSQLTable(void);
     
    638638    }
    639639
    640     printf("complete query is %s\n", query);
    641 
    642640    stmt = mysql_stmt_init(dbh->mysql);
    643641    if (!stmt) {
     
    10881086/*****************************************************************************/
    10891087
    1090 static psU32 psDBMySQLToPType(psU32 type, psU32 flags)
     1088static psElemType psDBMySQLToPType(enum enum_field_types type, unsigned int flags)
    10911089{
    10921090    psHash          *mysqlToSQLTable;   // type lookup table
Note: See TracChangeset for help on using the changeset viewer.