toxcore/nacl/curvecp/blocking.h

8 lines
116 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#ifndef BLOCKING_H
#define BLOCKING_H
extern void blocking_enable(int);
extern void blocking_disable(int);
#endif