IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 11:27:39 AM (20 years ago)
Author:
jhoblitt
Message:

add port argument to psDBInit()

File:
1 edited

Legend:

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

    r8610 r9416  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-08-26 00:32:39 $
     12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-10-09 21:27:11 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    4747    const char *user,                  ///< Database username
    4848    const char *passwd,                ///< Database password
    49     const char *dbname                 ///< Database namespace
     49    const char *dbname,                ///< Database namespace
     50    unsigned int port                  ///< Database port number
    5051);
    5152
Note: See TracChangeset for help on using the changeset viewer.