summaryrefslogtreecommitdiff
path: root/rpmdb/fprint.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-05 21:49:45 +0000
committerjbj <devnull@localhost>2002-05-05 21:49:45 +0000
commit287934f4aabcaf6455a40754b0fca83492b5f825 (patch)
treec798dd351a365d5042fb62aef127042b00039b27 /rpmdb/fprint.h
parent81c2a9d267450f62264576199aa5b607391ac3f1 (diff)
downloadlibrpm-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.h2
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