#ifndef HEPHISTONEW_H #define HEPHISTONEW_H // Prototypes for the two new functions Joy K. has added to Histoscope #ifdef __cplusplus extern "C" { #endif void hs_swap_data( int id1, int id2 ); void hs_set_num_entries( int id, int num_fills ); #ifdef __cplusplus } #endif #endif // HEPHISTONEW_H