/*  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_ep_H_
#define _idx_hip_ep_H_
#define idx_hip_ep_REC_LEN 10

typedef INT idx_hip_ep;

#define idx_hip_ep_entries   120416 

long find_idx_hip_ep (idx_hip_ep* key); 
int load_idx_hip_ep (char* ifile, idx_hip_ep* index) ;
int getnext_idx_hip_ep (FILE* fp, idx_hip_ep* entry); 
#endif /* _idx_hip_ep_H_ */
