summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-03-07 08:21:55 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-03-07 08:21:55 +0200
commitf686d184df613c74df678cbf3a878c25ccd4fec8 (patch)
tree7348b3b503ba067a58f6abf9f36a0ab31d62669d /lib/rpmts_internal.h
parent3be0a4b2f863e213af45b0495254108c13415a1f (diff)
downloadrpm-f686d184df613c74df678cbf3a878c25ccd4fec8.tar.gz
rpm-f686d184df613c74df678cbf3a878c25ccd4fec8.tar.bz2
rpm-f686d184df613c74df678cbf3a878c25ccd4fec8.zip
Make _cacheDependsRC static, not needed outside depends.c
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index dee66c620..206edac1e 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -7,8 +7,6 @@
#include "rpmdb/rpmhash.h" /* XXX hashTable */
#include "lib/rpmtsscore.h" /* for rpmtsScore */
-extern int _cacheDependsRC;
-
/** \ingroup rpmts
*/
typedef struct diskspaceInfo_s * rpmDiskSpaceInfo;