aboutsummaryrefslogtreecommitdiff
path: root/src/recording.h
diff options
context:
space:
mode:
authorJulien Dessaux2019-02-14 20:51:41 +0100
committerJulien Dessaux2019-02-14 21:07:27 +0100
commita3f34674c6317930362c99f0fc40d835234843e5 (patch)
tree6c4c3afa605acf567b6b5997db4a3277738c9c68 /src/recording.h
parentSwitched from standard makefile to cmake (diff)
downloadbastion-a3f34674c6317930362c99f0fc40d835234843e5.tar.gz
bastion-a3f34674c6317930362c99f0fc40d835234843e5.tar.bz2
bastion-a3f34674c6317930362c99f0fc40d835234843e5.zip
Moved code around
Diffstat (limited to 'src/recording.h')
-rw-r--r--src/recording.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/recording.h b/src/recording.h
deleted file mode 100644
index fec76af..0000000
--- a/src/recording.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#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