rpm 4.19.0
The RPM Package Manager
Loading...
Searching...
No Matches
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
13extern "C" {
14#endif
15
23int rpmsqBlock(int op);
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /* H_RPMSQ */
int rpmsqBlock(int op)