ovni/ovni_trace.h

16 lines
326 B
C
Raw Normal View History

2021-07-28 11:56:35 +02:00
#ifndef OVNI_TRACE_H
#define OVNI_TRACE_H
#include "ovni.h"
#include "emu.h"
void ovni_load_next_event(struct ovni_stream *stream);
int ovni_load_trace(struct ovni_trace *trace, char *tracedir);
int ovni_load_streams(struct ovni_trace *trace);
void ovni_free_streams(struct ovni_trace *trace);
#endif /* OVNI_TRACE_H */