rpmsq.h | rpmsq.h | |||
---|---|---|---|---|
#ifndef H_RPMSQ | #ifndef H_RPMSQ | |||
#define H_RPMSQ | #define H_RPMSQ | |||
/** \ingroup rpmio | /** \ingroup rpmio | |||
* \file rpmio/rpmsq.h | * \file rpmio/rpmsq.h | |||
* | * | |||
*/ | */ | |||
#include <rpm/rpmsw.h> | #include <rpm/rpmsw.h> | |||
#include <signal.h> | #include <signal.h> | |||
#if defined(_RPMSQ_INTERNAL) | ||||
#include <pthread.h> | ||||
#endif | ||||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
/** \ingroup rpmsq | /** \ingroup rpmsq | |||
*/ | */ | |||
typedef struct rpmsig_s * rpmsig; | typedef struct rpmsig_s * rpmsig; | |||
/** \ingroup rpmsq | /** \ingroup rpmsq | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||