summaryrefslogtreecommitdiff
path: root/nacl/curvecp/blocking.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/blocking.h')
-rw-r--r--nacl/curvecp/blocking.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nacl/curvecp/blocking.h b/nacl/curvecp/blocking.h
deleted file mode 100644
index 9ba08a5e..00000000
--- a/nacl/curvecp/blocking.h
+++ /dev/null
@@ -1,7 +0,0 @@
1#ifndef BLOCKING_H
2#define BLOCKING_H
3
4extern void blocking_enable(int);
5extern void blocking_disable(int);
6
7#endif