summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:54:04 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-01-30 10:54:04 +0200
commitebbcd155e71ef8ccfe4d3a4f6b6f00f67f089cda (patch)
treef0d0536e778574184949a5e725c9fe644c5e3045 /lib
parent3952ef87858c56094d8287d542f3aedd4cef6987 (diff)
downloadrpm-ebbcd155e71ef8ccfe4d3a4f6b6f00f67f089cda.tar.gz
rpm-ebbcd155e71ef8ccfe4d3a4f6b6f00f67f089cda.tar.bz2
rpm-ebbcd155e71ef8ccfe4d3a4f6b6f00f67f089cda.zip
Move fnpyKey typedef to rpmtypes, its widely used...
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmcallback.h2
-rw-r--r--lib/rpmtypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmcallback.h b/lib/rpmcallback.h
index eda212af5..a557ff172 100644
--- a/lib/rpmcallback.h
+++ b/lib/rpmcallback.h
@@ -5,8 +5,6 @@
extern "C" {
#endif
-typedef const void * fnpyKey;
-
/**
* Bit(s) to identify progress callbacks.
*/
diff --git a/lib/rpmtypes.h b/lib/rpmtypes.h
index 0117ffd8d..b0a490068 100644
--- a/lib/rpmtypes.h
+++ b/lib/rpmtypes.h
@@ -31,6 +31,8 @@ typedef struct rpmgi_s * rpmgi;
typedef struct rpmSpec_s * rpmSpec;
+typedef const void * fnpyKey;
+
#ifdef __cplusplus
}
#endif