Changeset 7471
- Timestamp:
- Jun 9, 2006, 4:06:57 PM (20 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r7470 r7471 4 4 5 5 #include <stdlib.h> 6 #include < metadatadb.h>6 #include <ippdb.h> 7 7 8 8 #include "pxtools.h" … … 103 103 104 104 // grab the 'position' column's value as the new det_id 105 // the first iteration is always 0 105 106 detRunInsert(config->dbh, det_type); 106 107 long det_id = psDBLastInsertID(config->dbh); … … 1785 1786 1786 1787 1787 static bool rerunMode 1(pxConfig *config)1788 static bool rerunMode(pxConfig *config) 1788 1789 { 1789 1790 PS_ASSERT_PTR_NON_NULL(config, false); -
trunk/ippTools/src/pxtools.h
r7293 r7471 7 7 # include <pslib.h> 8 8 # include <psmodules.h> 9 # include < metadatadb.h>9 # include <ippdb.h> 10 10 11 11 # include <slurp.h>
Note:
See TracChangeset
for help on using the changeset viewer.
