toxcore/nacl/curvecp/blocking.h
2013-07-02 09:53:34 -04:00

8 lines
116 B
C

#ifndef BLOCKING_H
#define BLOCKING_H
extern void blocking_enable(int);
extern void blocking_disable(int);
#endif