Stick rpmCallbackType to rpmtypes too..

This commit is contained in:
Panu Matilainen 2008-01-30 12:59:38 +02:00
parent 118db84121
commit 6af8116e72
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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;