Stick rpmCallbackType to rpmtypes too..
This commit is contained in:
parent
118db84121
commit
6af8116e72
|
@ -1,6 +1,8 @@
|
|||
#ifndef _RPMCALLBACK_H
|
||||
#define _RPMCALLBACK_H
|
||||
|
||||
#include <rpm/rpmtypes.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -28,10 +30,6 @@ typedef enum rpmCallbackType_e {
|
|||
RPMCALLBACK_SCRIPT_ERROR = (1 << 15)
|
||||
} rpmCallbackType;
|
||||
|
||||
/**
|
||||
*/
|
||||
typedef void * rpmCallbackData;
|
||||
|
||||
/**
|
||||
*/
|
||||
typedef void * (*rpmCallbackFunction)
|
||||
|
|
|
@ -38,6 +38,8 @@ typedef struct rpmgi_s * rpmgi;
|
|||
typedef struct rpmSpec_s * rpmSpec;
|
||||
|
||||
typedef const void * fnpyKey;
|
||||
typedef void * rpmCallbackData;
|
||||
|
||||
typedef struct rpmRelocation_s rpmRelocation;
|
||||
|
||||
typedef struct _FD_s * FD_t;
|
||||
|
|
Loading…
Reference in New Issue