diff options
author | jbj <devnull@localhost> | 2002-05-05 21:49:45 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-05 21:49:45 +0000 |
commit | 287934f4aabcaf6455a40754b0fca83492b5f825 (patch) | |
tree | c798dd351a365d5042fb62aef127042b00039b27 /rpmdb/fprint.h | |
parent | 81c2a9d267450f62264576199aa5b607391ac3f1 (diff) | |
download | librpm-tizen-287934f4aabcaf6455a40754b0fca83492b5f825.tar.gz librpm-tizen-287934f4aabcaf6455a40754b0fca83492b5f825.tar.bz2 librpm-tizen-287934f4aabcaf6455a40754b0fca83492b5f825.zip |
Add mi_key and mi_data to db match iterator.
CVS patchset: 5422
CVS date: 2002/05/05 21:49:45
Diffstat (limited to 'rpmdb/fprint.h')
-rw-r--r-- | rpmdb/fprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/fprint.h b/rpmdb/fprint.h index f6f79f4a2..dfd5eb62f 100644 --- a/rpmdb/fprint.h +++ b/rpmdb/fprint.h @@ -123,7 +123,7 @@ unsigned int fpHashFunction(const void * key) /** * Compare two finger print entries. - * exactly equivalent to FP_EQUAL macro. + * This routine is exactly equivalent to the FP_EQUAL macro. * @param key1 finger print 1 * @param key2 finger print 2 * @return result of comparing key1 and key2 |