Changeset 23487 for trunk/psphot
- Timestamp:
- Mar 23, 2009, 9:42:42 AM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 3 edited
-
psphotCleanup.c (modified) (1 diff)
-
psphotDetect.h (modified) (1 diff)
-
psphotStandAlone.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotCleanup.c
r21341 r23487 18 18 } 19 19 20 psExit psphotGetExitStatus ( ) {20 psExit psphotGetExitStatus (void) { 21 21 22 22 psErrorCode err = psErrorCodeLast (); 23 23 switch (err) { 24 24 case PS_ERR_NONE: 25 return PS_EXIT_SUCCESS;25 return PS_EXIT_SUCCESS; 26 26 case PSPHOT_ERR_SYS: 27 27 return PS_EXIT_SYS_ERROR; -
trunk/psphot/src/psphotDetect.h
r21392 r23487 19 19 bool psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile); 20 20 void psphotCleanup (pmConfig *config); 21 psExit psphotGetExitStatus ( );21 psExit psphotGetExitStatus (void); 22 22 23 23 #endif -
trunk/psphot/src/psphotStandAlone.h
r12805 r23487 17 17 bool psphotMosaicChip(pmConfig *config, const pmFPAview *view, char *outFile, char *inFile); 18 18 void psphotCleanup (pmConfig *config); 19 psExit psphotGetExitStatus ( );19 psExit psphotGetExitStatus (void); 20 20 21 21 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
