summaryrefslogtreecommitdiff
path: root/lib/rpmfi.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-22 12:49:45 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-22 12:49:45 +0200
commitc586c9955cb79a98345d44138904f3ee009d9314 (patch)
tree6239e22fe0a547d86230ebca0bda7ab1d4685e8a /lib/rpmfi.h
parente307f8df46870dc890bd65ef3ca0ad025f24375a (diff)
downloadrpm-c586c9955cb79a98345d44138904f3ee009d9314.tar.gz
rpm-c586c9955cb79a98345d44138904f3ee009d9314.tar.bz2
rpm-c586c9955cb79a98345d44138904f3ee009d9314.zip
Lose the useless rpmfi refcounting etc debug messages + debug switches
- get the debug messages out of API, this is what should've been in commit dbdbe8010cd944f026a5a4e5d071eb31d29d81c4
Diffstat (limited to 'lib/rpmfi.h')
-rw-r--r--lib/rpmfi.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/rpmfi.h b/lib/rpmfi.h
index b33efbf6c..2e2910b20 100644
--- a/lib/rpmfi.h
+++ b/lib/rpmfi.h
@@ -14,8 +14,6 @@
extern "C" {
#endif
-extern int _rpmfi_debug;
-
/** \ingroup rpmfi
* File types.
* These are the file types used internally by rpm. The file
@@ -99,19 +97,16 @@ struct rpmRelocation_s {
/** \ingroup rpmfi
* Unreference a file info set instance.
* @param fi file info set
- * @param msg
* @return NULL always
*/
-rpmfi rpmfiUnlink (rpmfi fi,
- const char * msg);
+rpmfi rpmfiUnlink (rpmfi fi);
/** \ingroup rpmfi
* Reference a file info set instance.
* @param fi file info set
- * @param msg
* @return new file info set reference
*/
-rpmfi rpmfiLink (rpmfi fi, const char * msg);
+rpmfi rpmfiLink (rpmfi fi);
/** \ingroup rpmfi
* Return file count from file info set.