Changeset 38986 for trunk/Ohana/src/uniphot/include/ckids.h
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/include/ckids.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/uniphot/include/ckids.h
r35764 r38986 22 22 void ConfigInit PROTO((int *argc, char **argv)); 23 23 24 void usage_ckids PROTO(( ));24 void usage_ckids PROTO((void)); 25 25 void initialize_ckids PROTO((int argc, char **argv)); 26 26 int args_ckids PROTO((int argc, char **argv)); 27 27 28 void usage_ckids_client PROTO(( ));28 void usage_ckids_client PROTO((void)); 29 29 void initialize_ckids_client PROTO((int argc, char **argv)); 30 30 int args_ckids_client PROTO((int argc, char **argv)); 31 31 32 int update_dvo_ckids PROTO(( ));32 int update_dvo_ckids PROTO((void)); 33 33 int update_dvo_ckids_parallel PROTO((SkyList *sky)); 34 34 35 35 void update_catalog_ckids PROTO((Catalog *catalog, FILE *foutput)); 36 37 int Shutdown PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2) ); 38 void TrapSignal PROTO((int sig)); 39 void SetProtect PROTO((int mode)); 40 int SetSignals PROTO((void)); 41
Note:
See TracChangeset
for help on using the changeset viewer.
