Changeset 12128 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Feb 28, 2007, 5:57:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r11686 r12128 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.13 5$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-0 2-07 23:52:53$14 * @version $Revision: 1.136 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-03-01 03:57:08 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 738 738 } 739 739 740 long psDBLastInsertID(psDB *dbh)740 long long psDBLastInsertID(psDB *dbh) 741 741 { 742 742 PS_ASSERT_PTR_NON_NULL(dbh, -1);
Note:
See TracChangeset
for help on using the changeset viewer.
