Changeset 14252 for trunk/ippdb/src/ippdb.h
- Timestamp:
- Jul 16, 2007, 5:10:27 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/src/ippdb.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/src/ippdb.h
r14169 r14252 4962 4962 typedef struct { 4963 4963 psS64 diff_id; 4964 bool template; 4965 psS64 stack_id; 4964 4966 psS64 warp_id; 4965 4967 char *skycell_id; 4966 4968 char *tess_id; 4967 4969 char *kind; 4968 bool template;4969 4970 } diffInputSkyfileRow; 4970 4971 … … 4976 4977 diffInputSkyfileRow *diffInputSkyfileRowAlloc( 4977 4978 psS64 diff_id, 4979 bool template, 4980 psS64 stack_id, 4978 4981 psS64 warp_id, 4979 4982 const char *skycell_id, 4980 4983 const char *tess_id, 4981 const char *kind, 4982 bool template 4984 const char *kind 4983 4985 ); 4984 4986 … … 5011 5013 psDB *dbh, ///< Database handle 5012 5014 psS64 diff_id, 5015 bool template, 5016 psS64 stack_id, 5013 5017 psS64 warp_id, 5014 5018 const char *skycell_id, 5015 5019 const char *tess_id, 5016 const char *kind, 5017 bool template 5020 const char *kind 5018 5021 ); 5019 5022
Note:
See TracChangeset
for help on using the changeset viewer.
