IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2006, 6:00:06 PM (20 years ago)
Author:
Paul Price
Message:

Rearranging header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageConfig.c

    r5976 r6260  
     1#include <stdio.h>
     2#include "pslib.h"
     3#include "pmConfig.h"
     4#include "ppConfig.h"
    15#include "ppImage.h"
    26
    37bool ppImageConfig(ppConfig *config, int argc, char **argv)
    48{
    5     // Initialise the configuration
    6     config->site = NULL;                // Site configuration
    7     config->camera = NULL;              // Camera configuration
    8     config->recipe = NULL;              // Recipe configuration
    9     config->arguments = NULL;           // The command-line arguments
    10     config->database = NULL;            // Database handle
    11 
    129    // XXX - this should be split into a function to parse argc,argv
    1310    //       and a second to read the config files.
Note: See TracChangeset for help on using the changeset viewer.