summaryrefslogtreecommitdiff
path: root/lib/idtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/idtx.h')
-rw-r--r--lib/idtx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/idtx.h b/lib/idtx.h
index 956be7183..a4f8c2300 100644
--- a/lib/idtx.h
+++ b/lib/idtx.h
@@ -64,7 +64,7 @@ IDTX IDTXsort(IDTX idtx);
* @param tag rpm tag
* @return id index
*/
-IDTX IDTXload(rpmts ts, rpmTag tag);
+IDTX IDTXload(rpmts ts, rpm_tag_t tag);
/**
* Load tag (instance,value) pairs from packages, and return sorted id index.
@@ -73,7 +73,7 @@ IDTX IDTXload(rpmts ts, rpmTag tag);
* @param tag rpm tag
* @return id index
*/
-IDTX IDTXglob(rpmts ts, const char * globstr, rpmTag tag);
+IDTX IDTXglob(rpmts ts, const char * globstr, rpm_tag_t tag);
#ifdef __cplusplus
}