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.
This commit is contained in:
Tollef Fog Heen 2005-08-27 09:17:49 +00:00
parent 3d673211a7
commit d911bff6e2
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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

3
pkg.h
View file

@ -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;