2005-08-27 Tollef Fog Heen <tfheen@err.no>
* pkg.h: 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.
+
2005-08-23 Tollef Fog Heen <tfheen@err.no>
* popthelp.c: char format[10] overflowed always with gcc4, so use
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;