Changeset 7960 for trunk/Ohana/src/opihi/dvo/dvo.c
- Timestamp:
- Jul 24, 2006, 3:15:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dvo.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dvo.c
r7917 r7960 17 17 InitAstro (); 18 18 InitDVO (); 19 20 gprintInit (); 19 21 20 22 if (!SetCATDIR (NULL, FALSE)) { … … 48 50 return; 49 51 } 52 53 /* call to opihi shell */ 54 int main (int argc, char **argv) { 55 int status; 56 status = opihi (argc, argv); 57 exit (status); 58 }
Note:
See TracChangeset
for help on using the changeset viewer.
