diff options
author | jbj <devnull@localhost> | 2003-12-22 07:21:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-22 07:21:21 +0000 |
commit | 3a3b74989a0e9986706f67a37dedbc725aa0f916 (patch) | |
tree | dfa8d6250ba2efdf33b10af5c34684cfc94eedaa | |
parent | a7ecbbf0a947a592756ceafda207d41e26144c04 (diff) | |
download | librpm-tizen-3a3b74989a0e9986706f67a37dedbc725aa0f916.tar.gz librpm-tizen-3a3b74989a0e9986706f67a37dedbc725aa0f916.tar.bz2 librpm-tizen-3a3b74989a0e9986706f67a37dedbc725aa0f916.zip |
Doxygen typo.
CVS patchset: 6993
CVS date: 2003/12/22 07:21:21
-rw-r--r-- | lib/rpmsx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/rpmsx.h b/lib/rpmsx.h index f857bd5ca..f0076c211 100644 --- a/lib/rpmsx.h +++ b/lib/rpmsx.h @@ -169,9 +169,7 @@ int rpmsxParse(rpmsx sx, /*@null@*/ const char *fn) /** * Create and load security context patterns. - * @param fn header - * @param tagN type of dependency - * @param scareMem Use pointers to refcounted header memory? + * @param fn security context patterns file name * @return new security context patterns */ /*@null@*/ |