IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2006, 5:40:03 PM (20 years ago)
Author:
jhoblitt
Message:

partial conversion to the new *Config() setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.h

    r6978 r7848  
    44#include "pxtools.h"
    55
     6typedef enum {
     7    P2SEARCH_MODE_NONE      = 0x0,
     8    P2SEARCH_MODE_QUICK,
     9    P2SEARCH_MODE_DEFINE,
     10    P2SEARCH_MODE_PENDING,
     11    P2SEARCH_MODE_DONE
     12} p2searchMode;
     13
    614pxConfig *p2searchConfig(pxConfig *config, int argc, char **argv);
    715
Note: See TracChangeset for help on using the changeset viewer.