diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-11-22 14:48:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-11-22 14:48:07 +0200 |
commit | b32cca34808e46bb5ce6972c99d95b3e53f555ab (patch) | |
tree | 8844abe3c4d95b3611383ad90aca86a58eff6945 /rpmio | |
parent | 4ad615daf5a650359d4be4d7b317d0678040cd37 (diff) | |
download | rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.tar.gz rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.tar.bz2 rpm-b32cca34808e46bb5ce6972c99d95b3e53f555ab.zip |
Move pgpDig typedefs to a more obvious place..
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmio.h | 8 | ||||
-rw-r--r-- | rpmio/rpmpgp.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/rpmio/rpmio.h b/rpmio/rpmio.h index ea0749a85..55f709d35 100644 --- a/rpmio/rpmio.h +++ b/rpmio/rpmio.h @@ -18,14 +18,6 @@ extern "C" { #endif -/** - */ -typedef struct pgpDig_s * pgpDig; - -/** - */ -typedef struct pgpDigParams_s * pgpDigParams; - /** \ingroup rpmio * Hide libio API lossage. * The libio interface changed after glibc-2.1.3 to pass the seek offset diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 36db8d132..629ad56ce 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -26,6 +26,14 @@ typedef struct DIGEST_CTX_s * DIGEST_CTX; /** */ +typedef struct pgpDig_s * pgpDig; + +/** + */ +typedef struct pgpDigParams_s * pgpDigParams; + +/** + */ typedef const struct pgpValTbl_s { int val; const char * str; |