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 /pkg.h | |
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.
Diffstat (limited to 'pkg.h')
-rw-r--r-- | pkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |