diff options
author | jbj <devnull@localhost> | 2004-10-20 10:19:34 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-10-20 10:19:34 +0000 |
commit | 8faa61c020369ecf850a823a505b946485fa1bea (patch) | |
tree | 7f02c8530203569735c68dffc4e93a08d16d7edf /lib/signature.h | |
parent | 2c192f3e33ef5237c6b00a9962c112c2bd304464 (diff) | |
download | librpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.tar.gz librpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.tar.bz2 librpm-tizen-8faa61c020369ecf850a823a505b946485fa1bea.zip |
Doxygen fiddles.
CVS patchset: 7495
CVS date: 2004/10/20 10:19:34
Diffstat (limited to 'lib/signature.h')
-rw-r--r-- | lib/signature.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/signature.h b/lib/signature.h index 036af89fc..df81ca456 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -79,9 +79,9 @@ int rpmAddSignature(Header sig, const char * file, /** * Possible actions for rpmLookupSignatureType() */ -#define RPMLOOKUPSIG_QUERY 0 /*!< Lookup type in effect */ -#define RPMLOOKUPSIG_DISABLE 1 /*!< Disable (--sign was not given) */ -#define RPMLOOKUPSIG_ENABLE 2 /*!< Re-enable %_signature */ +#define RPMLOOKUPSIG_QUERY 0 /* Lookup type in effect */ +#define RPMLOOKUPSIG_DISABLE 1 /* Disable (--sign was not given) */ +#define RPMLOOKUPSIG_ENABLE 2 /* Re-enable %_signature */ /** \ingroup signature * Return type of signature needed for signing/building. |