summaryrefslogtreecommitdiff
path: root/lib/rpmte.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-21 09:20:09 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-21 09:20:09 +0200
commit92884ca771905b4de2c2abc1fc5b144fecff8e55 (patch)
tree4c2c1d293ad2f1b12c282566e2b8260cee425be0 /lib/rpmte.h
parentecf45122398c8f081f51b7574ec6cafb6ca2051d (diff)
downloadlibrpm-tizen-92884ca771905b4de2c2abc1fc5b144fecff8e55.tar.gz
librpm-tizen-92884ca771905b4de2c2abc1fc5b144fecff8e55.tar.bz2
librpm-tizen-92884ca771905b4de2c2abc1fc5b144fecff8e55.zip
Bury ordering structures and their alloc+free inside order.c
- nothing outside order.c needs this stuff, TSI alloc+free routines have no business being exported - for now we need to store a pointer to tsortInfo in the elements, its just an opaque pointer for ping-ponging the data through ts elements - all allocation + freeing is local to ordering code
Diffstat (limited to 'lib/rpmte.h')
-rw-r--r--lib/rpmte.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/rpmte.h b/lib/rpmte.h
index f1edfe4be..905b31145 100644
--- a/lib/rpmte.h
+++ b/lib/rpmte.h
@@ -176,25 +176,6 @@ rpmte rpmteParent(rpmte te);
rpmte rpmteSetParent(rpmte te, rpmte pte);
/** \ingroup rpmte
- * Retrieve tsort info for transaction element.
- * @param te transaction element
- * @return tsort info
- */
-tsortInfo rpmteTSI(rpmte te);
-
-/** \ingroup rpmte
- * Destroy tsort info of transaction element.
- * @param te transaction element
- */
-void rpmteFreeTSI(rpmte te);
-
-/** \ingroup rpmte
- * Initialize tsort info of transaction element.
- * @param te transaction element
- */
-void rpmteNewTSI(rpmte te);
-
-/** \ingroup rpmte
* Destroy dependency set info of transaction element.
* @param te transaction element
*/