/******************************************************************************* * libspy.h function declarations for sorter spy library */ #ifndef INClibspyH #define INClibspyH extern int sortSpyOpen (int stream); extern int sortSpyClose (int stream); extern int sortSpyRead (int stream, char *data, int length); #endif