IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 1:01:46 PM (21 years ago)
Author:
desonia
Message:

cosmetic tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.h

    r3591 r3598  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-03-31 02:54:28 $
     12 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-03-31 23:01:46 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    2121#ifdef BUILD_PSDB
    2222
    23 #include <mysql.h>
    24 
    2523#include "psType.h"
    2624#include "psMetadata.h"
     
    3634typedef struct
    3735{
    38     MYSQL *mysql;   ///< MySQL database handle
     36    void* mysql;   ///< MySQL database handle
    3937}
    4038psDB;
Note: See TracChangeset for help on using the changeset viewer.