#ifndef _TURNSUTILS_H
#define _TURNSUTILS_H

/* Function prototypes */
int openTurnsLog();
int writeTurnsLog(Flt32 twist, Flt32 offset);
int readTurnsLog(Flt32 *twist, Flt32 *offset);
int closeTurnsLog();


#endif
