exactness/src/lib/exactness_private.h

13 lines
278 B
C

#ifndef _EXACTNESS_PRIVATE_H
#define _EXACTNESS_PRIVATE_H
#include <Exactness.h>
/* private header */
const char *_exactness_action_type_to_string_get(Exactness_Action_Type type);
Exactness_Unit *legacy_rec_file_read(const char *filename);
#define SHOT_DELIMITER '+'
#endif