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, 7 insertions, 0 deletions
diff --git a/nacl/curvecp/blocking.h b/nacl/curvecp/blocking.h
new file mode 100644
index 00000000..9ba08a5e
--- /dev/null
+++ b/nacl/curvecp/blocking.h
@@ -0,0 +1,7 @@
1#ifndef BLOCKING_H
2#define BLOCKING_H
3
4extern void blocking_enable(int);
5extern void blocking_disable(int);
6
7#endif