1 #ifndef BLOCKING_H
2 #define BLOCKING_H
3 
4 extern void blocking_enable(int);
5 extern void blocking_disable(int);
6 
7 #endif
8