/*  Hipparcos ASCII CD-ROM load and search routines Release 1.1 June 1997
    William O'Mullane 
    Astrophysics Division, ESTEC, Noordwijk, The Netherlands. 
    See the readme.pdf file for more information */
#ifndef _idx_tyc_main_H_
#define _idx_tyc_main_H_
#define idx_tyc_main_REC_LEN 9

#include "tyc_id.h" 
typedef INT idx_tyc_main;

#define idx_tyc_main_entries     9538 

long find_idx_tyc_main (idx_tyc_main* key); 
int load_idx_tyc_main (char* ifile, idx_tyc_main* index) ;
int getnext_idx_tyc_main (FILE* fp, idx_tyc_main* entry); 
#endif /* _idx_tyc_main_H_ */
