summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-03-30 20:49:17 +0200
committerTollef Fog Heen <tfheen@err.no>2009-03-30 20:49:17 +0200
commit669bfe2e0d5d761071a41bbbd771228b2b649187 (patch)
tree36e0730c2bda665bc6623be528ba97da954d733e /pkg.h
parent02d5ae3fb61c52f642d3b6b41973f12372fcdc60 (diff)
downloadpkg-config-669bfe2e0d5d761071a41bbbd771228b2b649187.tar.gz
2009-03-30 Tollef Fog Heen <tfheen@err.no>
* pkg.[ch], main.c, check/check-missing: Don't recurse Requires at all unless we need to. Add check. Again, thanks to Loïc Minier for most of the idea and the implementation.
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 97ea176..2c552d3 100644
--- a/pkg.h
+++ b/pkg.h
@@ -119,6 +119,8 @@ gboolean name_ends_in_uninstalled (const char *str);
void enable_private_libs(void);
void disable_private_libs(void);
+void enable_requires(void);
+void disable_requires(void);
void enable_requires_private(void);
void disable_requires_private(void);