aboutsummaryrefslogtreecommitdiff
path: root/bastion/recording.h
blob: fec76af9bcff27847fec0ef5238c8eaff6867675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "../config.h"

#ifdef SESSION_RECORDING
#ifndef RECORDING_H_
#define RECORDING_H_

void clean_recorder(void);
char init_recorder(void);
char record(void* data, size_t len);

#endif
#endif