aboutsummaryrefslogtreecommitdiffstats
path: root/src/twbctf.h
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-19 21:47:52 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-19 22:18:21 +0100
commitbd348a50e65b9ef26b81998bf248480edaa7a4f2 (patch)
tree7f66a65633a5b177e5f64f2414b7585c510b305a /src/twbctf.h
parentf3fedce6231c135d910b114c845d9ccc47f91ee6 (diff)
downloadsds-bd348a50e65b9ef26b81998bf248480edaa7a4f2.tar.xz
Move tests to test/
Diffstat (limited to 'src/twbctf.h')
-rw-r--r--src/twbctf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/twbctf.h b/src/twbctf.h
deleted file mode 100644
index c0789cc..0000000
--- a/src/twbctf.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef TWBCTF_H
-#define TWBCTF_H
-
-// Libraries //
-#include <stdbool.h>
-
-typedef bool (* test_p) (void);
-
-struct test {
- char * desc;
- test_p func;
-};
-
-#endif