/*  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_hip_main_H_
#define _idx_hip_main_H_
#define idx_hip_main_REC_LEN 8

typedef INT idx_hip_main;

#define idx_hip_main_entries   120416 

long find_idx_hip_main (idx_hip_main* key); 
int load_idx_hip_main (char* ifile, idx_hip_main* index) ;
int getnext_idx_hip_main (FILE* fp, idx_hip_main* entry); 
#endif /* _idx_hip_main_H_ */
