IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2007, 10:19:18 AM (19 years ago)
Author:
jhoblitt
Message:

overhaul new* -> raw* table transistions to keep the complete history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/backtrack/ippTools/src/pxtools.h

    r13583 r13967  
    2121#define PXTOOLS_H 1
    2222
    23 # include <stdio.h>
    24 # include <strings.h>  // for strcasecmp
    25 # include <unistd.h>   // for unlink
    26 # include <pslib.h>
    27 # include <psmodules.h>
    28 # include <ippdb.h>
     23#include <stdio.h>
     24#include <strings.h>  // for strcasecmp
     25#include <unistd.h>   // for unlink
     26#include <pslib.h>
     27#include <psmodules.h>
     28#include <ippdb.h>
    2929
    30 # include "pxtoolsErrorCodes.h"
    31 # include "pxio.h"
    32 # include "pxdata.h"
     30#include "pxtoolsErrorCodes.h"
     31#include "pxio.h"
     32#include "pxdata.h"
     33#include "pxtag.h"
     34#include "pxregister.h"
     35#include "pxconfig.h"
    3336
    3437# define MAX_ROWS 10e9
    3538# define PXTOOL_MODE_NONE 0x0
    3639
    37 typedef struct {
    38     char *modeName;
    39     int mode;
    40     pmConfig *modules;
    41     psDB *dbh;
    42     psMetadata *args;
    43     psMetadata *where;
    44     int argc;
    45     char **argv;
    46 } pxConfig;
    47 
    48 pxConfig *pxConfigAlloc(void);
    4940bool pxCreateTables (pxConfig *config);
    5041bool pxDeleteTables (pxConfig *config);
Note: See TracChangeset for help on using the changeset viewer.