diff options
author | jbj <devnull@localhost> | 2001-09-29 13:42:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-29 13:42:58 +0000 |
commit | 9390fb8bff283960b6b0fb675007cd3d0fc9f20a (patch) | |
tree | 3fb0db602c72b58874ba5c786909faaaab6e1585 /rpmio/rpmpgp.h | |
parent | 690d53d79ec6947a0730cb8ff65b360a8995c293 (diff) | |
download | librpm-tizen-9390fb8bff283960b6b0fb675007cd3d0fc9f20a.tar.gz librpm-tizen-9390fb8bff283960b6b0fb675007cd3d0fc9f20a.tar.bz2 librpm-tizen-9390fb8bff283960b6b0fb675007cd3d0fc9f20a.zip |
Sanity.
CVS patchset: 5089
CVS date: 2001/09/29 13:42:58
Diffstat (limited to 'rpmio/rpmpgp.h')
-rw-r--r-- | rpmio/rpmpgp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpmio/rpmpgp.h b/rpmio/rpmpgp.h index 55173a00e..02d632950 100644 --- a/rpmio/rpmpgp.h +++ b/rpmio/rpmpgp.h @@ -792,6 +792,13 @@ typedef struct pgpKeyV4_s { typedef struct pgpUidPkt_s { byte userid[1]; } * pgpUidPkt; + +/** + */ +typedef struct pgpValStr_s { + int val; + const char * str; +} * pgpValStr; #ifdef __cplusplus extern "C" { |