rpm  6.0.91
The RPM Package Manager
rpmsq.h
Go to the documentation of this file.
1 #ifndef H_RPMSQ
2 #define H_RPMSQ
3 
9 #include <rpm/rpmsw.h>
10 #include <signal.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
23 int rpmsqBlock(int op);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif /* H_RPMSQ */
int rpmsqBlock(int op)