/*******************************************************/ /* */ /* File : farmyboslocate.h */ /* Description : YBOS data extraction library */ /* */ /* Author: Stefano Miscetti */ /* Sfiligoi Igor */ /* */ /* Created : 20.07.1997 */ /* Last modified: 22.08.1997 */ /* */ /*******************************************************/ #ifndef FARMYBOSLOCATE_H #define FARMYBOSLOCATE_H #ifdef __cplusplus extern "C" { #endif int farm_yboslocateinit_(int *ybospointer ); int farm_yboslocatedone_(int *ybospointer ); int farm_yboslocate_(int *ybospointer, char*bankname, /* IN */ int *nwords, int **indat_pointer); /* OUT */ #ifdef __cplusplus } #endif #endif /* FARMYBOSLOCATE_H */