diff options
Diffstat (limited to 'nacl/curvecp/blocking.h')
-rw-r--r-- | nacl/curvecp/blocking.h | 7 |
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 | |||
4 | extern void blocking_enable(int); | ||
5 | extern void blocking_disable(int); | ||
6 | |||
7 | #endif | ||