diff options
author | Tollef Fog Heen <tfheen@err.no> | 2005-08-27 09:17:49 +0000 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2005-08-27 09:17:49 +0000 |
commit | d911bff6e27c52ff58a533e2f4b9c2e80cdebfbd (patch) | |
tree | 28006368d4a15b237fcf4ad109d78695f4a40d2d | |
parent | 3d673211a7be655555fdc308431db11e3f1a1af7 (diff) |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | pkg.h | 3 |
2 files changed, 8 insertions, 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 @@ -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; |