mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 21:10:29 +01:00
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:
parent
3d673211a7
commit
d911bff6e2
2 changed files with 8 additions and 0 deletions
|
|
@ -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
3
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue