IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2007, 5:57:08 PM (19 years ago)
Author:
jhoblitt
Message:

change psDBLastInsertID() to return long long

File:
1 edited

Legend:

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

    r11686 r12128  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.135 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-02-07 23:52:53 $
     14 *  @version $Revision: 1.136 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-03-01 03:57:08 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    738738}
    739739
    740 long psDBLastInsertID(psDB *dbh)
     740long long psDBLastInsertID(psDB *dbh)
    741741{
    742742    PS_ASSERT_PTR_NON_NULL(dbh, -1);
Note: See TracChangeset for help on using the changeset viewer.