rpm 6.1.90
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
23RPM_PUBLIC_API
24int rpmsqBlock(int op);
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* H_RPMSQ */
RPM_PUBLIC_API int rpmsqBlock(int op)