summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2005-08-27 09:17:49 +0000
committerTollef Fog Heen <tfheen@err.no>2005-08-27 09:17:49 +0000
commitd911bff6e27c52ff58a533e2f4b9c2e80cdebfbd (patch)
tree28006368d4a15b237fcf4ad109d78695f4a40d2d
parent3d673211a7be655555fdc308431db11e3f1a1af7 (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--ChangeLog5
-rw-r--r--pkg.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35fe3fb..2a6ef7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/pkg.h b/pkg.h
index 02ff1f3..67e9a84 100644
--- a/pkg.h
+++ b/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;