IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7471


Ignore:
Timestamp:
Jun 9, 2006, 4:06:57 PM (20 years ago)
Author:
jhoblitt
Message:

include ippdb.h instead of metadatadb.h

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r7470 r7471  
    44
    55#include <stdlib.h>
    6 #include <metadatadb.h>
     6#include <ippdb.h>
    77
    88#include "pxtools.h"
     
    103103
    104104    // grab the 'position' column's value as the new det_id
     105    // the first iteration is always 0
    105106    detRunInsert(config->dbh, det_type);
    106107    long det_id = psDBLastInsertID(config->dbh);
     
    17851786
    17861787
    1787 static bool rerunMode1(pxConfig *config)
     1788static bool rerunMode(pxConfig *config)
    17881789{
    17891790    PS_ASSERT_PTR_NON_NULL(config, false);
  • trunk/ippTools/src/pxtools.h

    r7293 r7471  
    77# include <pslib.h>
    88# include <psmodules.h>
    9 # include <metadatadb.h>
     9# include <ippdb.h>
    1010
    1111# include <slurp.h>
Note: See TracChangeset for help on using the changeset viewer.