summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2005-08-27 09:17:49 +0000
committerTollef Fog Heen <tfheen@err.no>2005-08-27 09:17:49 +0000
commitd911bff6e27c52ff58a533e2f4b9c2e80cdebfbd (patch)
tree28006368d4a15b237fcf4ad109d78695f4a40d2d /pkg.h
parent3d673211a7be655555fdc308431db11e3f1a1af7 (diff)
downloadpkg-config-d911bff6e27c52ff58a533e2f4b9c2e80cdebfbd.tar.gz
Add missing prototype for enable_private_libs and disable_private_libs
2005-08-27 Tollef Fog Heen <tfheen@err.no> * pkg.h: Add missing prototype for enable_private_libs and disable_private_libs.
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 02ff1f3..67e9a84 100644
--- a/pkg.h
+++ b/pkg.h
@@ -116,6 +116,9 @@ void verbose_error (const char *format, ...);
gboolean name_ends_in_uninstalled (const char *str);
+void enable_private_libs(void);
+void disable_private_libs(void);
+
/* If TRUE, do not automatically prefer uninstalled versions */
extern gboolean disable_uninstalled;