/*  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_i_H_
#define _idx_hip_i_H_
#define idx_hip_i_REC_LEN 9

typedef INT idx_hip_i;

#define idx_hip_i_entries   120416 

long find_idx_hip_i (idx_hip_i* key); 
int load_idx_hip_i (char* ifile, idx_hip_i* index) ;
int getnext_idx_hip_i (FILE* fp, idx_hip_i* entry); 
#endif /* _idx_hip_i_H_ */
