summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:06:19 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:06:19 +0000
commit03723d4caa2d0b9294b248c3cf9c4b8d1c2a73b4 (patch)
tree4d31e1c106913ae2dde3037f3d14cbb679c28170 /parse.h
parent3c5248e621c409b58a42f7fd9622746531dd8820 (diff)
downloadpkg-config-03723d4caa2d0b9294b248c3cf9c4b8d1c2a73b4.tar.gz
2005-03-18 Tollef Fog Heen <tfheen@debian.org>
Author: tfheen Date: 2005-03-22 08:54:08 GMT 2005-03-18 Tollef Fog Heen <tfheen@debian.org> * pkg.c (print_package_list): Ignore requires when just listing the available packages. (internal_get_package): Pass ignore_requires on. * parse.h: update prototype for parse_package_file. * parse.c (parse_line): Ignore Requires when told so. (parse_package_file): Pass ingore_requires on to parse_line. (Freedesktop #191, Debian #232719)
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 96d178e..e538c28 100644
--- a/parse.h
+++ b/parse.h
@@ -22,7 +22,7 @@
#include "pkg.h"
-Package *parse_package_file (const char *path);
+Package *parse_package_file (const char *path, gboolean ignore_requires);
Package *get_compat_package (const char *name);