Changeset 8148 for branches/jhoblitt/ippdb/src/ippdb.h
- Timestamp:
- Aug 4, 2006, 1:04:56 PM (20 years ago)
- File:
-
- 1 edited
-
branches/jhoblitt/ippdb/src/ippdb.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jhoblitt/ippdb/src/ippdb.h
r8122 r8148 5908 5908 char *class_id; 5909 5909 char *recipe; 5910 char *uri; 5911 char *b1_uri; 5912 char *b2_uri; 5910 5913 } detResidImfileAnalysisRow; 5911 5914 … … 5920 5923 const char *exp_id, 5921 5924 const char *class_id, 5922 const char *recipe 5925 const char *recipe, 5926 const char *uri, 5927 const char *b1_uri, 5928 const char *b2_uri 5923 5929 ); 5924 5930 … … 5954 5960 const char *exp_id, 5955 5961 const char *class_id, 5956 const char *recipe 5962 const char *recipe, 5963 const char *uri, 5964 const char *b1_uri, 5965 const char *b2_uri 5957 5966 ); 5958 5967 … … 5979 5988 char **exp_id, 5980 5989 char **class_id, 5981 char **recipe 5990 char **recipe, 5991 char **uri, 5992 char **b1_uri, 5993 char **b2_uri 5982 5994 ); 5983 5995
Note:
See TracChangeset
for help on using the changeset viewer.
