summaryrefslogtreecommitdiff
path: root/pkg.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:05:51 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:05:51 +0000
commit72b5088eaebf7cee71a42394056daf2152df3cee (patch)
tree59e1831119fd851a6258f2af59d71f246b62d052 /pkg.h
parent27130d2875201737552f8f395e7953bee57f73c9 (diff)
downloadpkg-config-72b5088eaebf7cee71a42394056daf2152df3cee.tar.gz
Obvious fix:
Author: jamesh Date: 2003-02-22 07:04:02 GMT Obvious fix: 2003-02-22 James Henstridge <james@daa.com.au> * pkg.h: add missing prototype. * main.c (main): print the url if the package is too old, to match the output of verify_package().
Diffstat (limited to 'pkg.h')
-rw-r--r--pkg.h29
1 files changed, 15 insertions, 14 deletions
diff --git a/pkg.h b/pkg.h
index 6c8cae0..92df2f9 100644
--- a/pkg.h
+++ b/pkg.h
@@ -74,20 +74,21 @@ struct _Package
int path_position; /* used to order packages by position in path of their .pc file, lower number means earlier in path */
};
-Package *get_package (const char *name);
-char * package_get_l_libs (Package *pkg);
-char * packages_get_l_libs (GSList *pkgs);
-char * package_get_L_libs (Package *pkg);
-char * packages_get_L_libs (GSList *pkgs);
-char * package_get_other_libs (Package *pkg);
-char * packages_get_other_libs (GSList *pkgs);
-char * packages_get_all_libs (GSList *pkgs);
-char * package_get_I_cflags (Package *pkg);
-char * packages_get_I_cflags (GSList *pkgs);
-char * package_get_other_cflags (Package *pkg);
-char * packages_get_all_cflags (GSList *pkgs);
-char * package_get_var (Package *pkg,
- const char *var);
+Package *get_package (const char *name);
+char * package_get_l_libs (Package *pkg);
+char * packages_get_l_libs (GSList *pkgs);
+char * package_get_L_libs (Package *pkg);
+char * packages_get_L_libs (GSList *pkgs);
+char * package_get_other_libs (Package *pkg);
+char * packages_get_other_libs (GSList *pkgs);
+char * packages_get_all_libs (GSList *pkgs);
+char * package_get_I_cflags (Package *pkg);
+char * packages_get_I_cflags (GSList *pkgs);
+char * package_get_other_cflags (Package *pkg);
+char * packages_get_other_cflags (GSList *pkgs);
+char * packages_get_all_cflags (GSList *pkgs);
+char * package_get_var (Package *pkg,
+ const char *var);
char * packages_get_var (GSList *pkgs,
const char *var);