diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-01 10:08:13 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-01 10:08:13 +0200 |
commit | fc53d307ad1a9c01ea622d53d93befdea472240b (patch) | |
tree | b43fe3642708312706770fff57979e52528e40e6 /lib/rpmps.h | |
parent | 7fc7ac2161afd379ca8dda58de7eca98299e9ecf (diff) | |
download | librpm-tizen-fc53d307ad1a9c01ea622d53d93befdea472240b.tar.gz librpm-tizen-fc53d307ad1a9c01ea622d53d93befdea472240b.tar.bz2 librpm-tizen-fc53d307ad1a9c01ea622d53d93befdea472240b.zip |
Add separate public header for callback declarations
- rpmmessages is empty, lose it
- adjust includes
Diffstat (limited to 'lib/rpmps.h')
-rw-r--r-- | lib/rpmps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmps.h b/lib/rpmps.h index b1aa9f15b..84bed9e9c 100644 --- a/lib/rpmps.h +++ b/lib/rpmps.h @@ -6,7 +6,7 @@ * Structures and prototypes used for an "rpmps" problem set. */ -#include <rpmmessages.h> /* for fnpyKey */ +#include <rpmcallback.h> /* for fnpyKey */ #ifdef __cplusplus extern "C" { |