summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:04:19 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:04:19 +0000
commite7323695df2b28ee745fafd0e75d8a5daf1dc1cf (patch)
tree2e7890c4a1d351acf33e89d6666f98981172f4ef /pkg.h
parent2f5befc9f72c16627261fc8c7f139503e5b144f0 (diff)
downloadpkg-config-e7323695df2b28ee745fafd0e75d8a5daf1dc1cf.tar.gz
2001-07-11 Havoc Pennington <hp@pobox.com>
Author: hp Date: 2001-07-10 22:51:39 GMT 2001-07-11 Havoc Pennington <hp@pobox.com> * parse.c (parse_cflags): fix failure to put space between cflags, reported by Chema (parse_line): allow spelling Cflags as CFlags, pointed out by Tim (get_compat_package): support legacy script gnome-vfs-config for package name "libgnomevfs"
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg.h b/pkg.h
index 59e711b..7cc7aaa 100644
--- a/pkg.h
+++ b/pkg.h
@@ -84,6 +84,8 @@ void define_global_variable (const char *varname,
void debug_spew (const char *format, ...);
void verbose_error (const char *format, ...);
+gboolean name_ends_in_uninstalled (const char *str);
+
/* If TRUE, do not automatically prefer uninstalled versions */
extern gboolean disable_uninstalled;