From d911bff6e27c52ff58a533e2f4b9c2e80cdebfbd Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 27 Aug 2005 09:17:49 +0000 Subject: Add missing prototype for enable_private_libs and disable_private_libs 2005-08-27 Tollef Fog Heen * pkg.h: Add missing prototype for enable_private_libs and disable_private_libs. --- pkg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg.h') 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; -- cgit v1.2.3