Changeset 6260 for trunk/ppImage/src/ppImageConfig.c
- Timestamp:
- Jan 30, 2006, 6:00:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageConfig.c (modified) (1 diff)
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" 1 5 #include "ppImage.h" 2 6 3 7 bool ppImageConfig(ppConfig *config, int argc, char **argv) 4 8 { 5 // Initialise the configuration6 config->site = NULL; // Site configuration7 config->camera = NULL; // Camera configuration8 config->recipe = NULL; // Recipe configuration9 config->arguments = NULL; // The command-line arguments10 config->database = NULL; // Database handle11 12 9 // XXX - this should be split into a function to parse argc,argv 13 10 // and a second to read the config files.
Note:
See TracChangeset
for help on using the changeset viewer.
