Changeset 41429 for trunk/Ohana/src/dvosplit/include/dvosplit.h
- Timestamp:
- Oct 16, 2020, 9:49:13 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/dvosplit/include/dvosplit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/dvosplit/include/dvosplit.h
r40561 r41429 24 24 int FULL_TABLE; 25 25 int VERBOSE; 26 int SKIP_EXIST; // do not re-split existing files 26 27 char *OUTDIR; 27 28 char *CATMODE; /* raw, mef, split, mysql */ … … 42 43 int split_averages PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs)); 43 44 int split_measures PROTO((Catalog *incatalog, SkyList *outlist, Catalog *outcatalogs, AveLinks *avelinks)); 44 void GetConfig (char *config, char *field, char *format, int N, void *ptr); 45 void GetConfig PROTO((char *config, char *field, char *format, int N, void *ptr)); 46 47 void dvosplit_free PROTO((SkyTable *sky, SkyList *skylist));
Note:
See TracChangeset
for help on using the changeset viewer.
