summaryrefslogtreecommitdiff
path: root/lib/rpmds.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-04 11:25:46 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-04 11:25:46 +0200
commitdbdbe8010cd944f026a5a4e5d071eb31d29d81c4 (patch)
treeb7b0f4014409f8514a1729b48a8776660747d149 /lib/rpmds.h
parent422fa0dbeab879d3510c879554c33e359e0ab7ab (diff)
downloadlibrpm-tizen-dbdbe8010cd944f026a5a4e5d071eb31d29d81c4.tar.gz
librpm-tizen-dbdbe8010cd944f026a5a4e5d071eb31d29d81c4.tar.bz2
librpm-tizen-dbdbe8010cd944f026a5a4e5d071eb31d29d81c4.zip
Eliminate debug junk from the API
- add some helper macros to accomplish the same, easy to enable / disable as needed
Diffstat (limited to 'lib/rpmds.h')
-rw-r--r--lib/rpmds.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/rpmds.h b/lib/rpmds.h
index d6e296d2b..c5bac3c1f 100644
--- a/lib/rpmds.h
+++ b/lib/rpmds.h
@@ -96,14 +96,7 @@ typedef enum rpmsenseFlags_e {
* @param msg
* @return NULL always
*/
-rpmds rpmdsUnlink (rpmds ds,
- const char * msg);
-
-/** @todo Remove debugging entry from the ABI. */
-rpmds XrpmdsUnlink (rpmds ds,
- const char * msg, const char * fn, unsigned ln);
-#define rpmdsUnlink(_ds, _msg) XrpmdsUnlink(_ds, _msg, __FILE__, __LINE__)
-
+rpmds rpmdsUnlink (rpmds ds, const char * msg);
/** \ingroup rpmds
* Reference a dependency set instance.
* @param ds dependency set
@@ -112,11 +105,6 @@ rpmds XrpmdsUnlink (rpmds ds,
*/
rpmds rpmdsLink (rpmds ds, const char * msg);
-/** @todo Remove debugging entry from the ABI. */
-rpmds XrpmdsLink (rpmds ds, const char * msg,
- const char * fn, unsigned ln);
-#define rpmdsLink(_ds, _msg) XrpmdsLink(_ds, _msg, __FILE__, __LINE__)
-
/** \ingroup rpmds
* Destroy a dependency set.
* @param ds dependency set