From 2ac96cbcc708d8945329fd1b2001386e1c895c64 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Thu, 14 Jul 2005 13:04:01 +0000 Subject: import Author: hp Date: 2001-06-05 16:39:09 GMT import --- parse.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parse.h (limited to 'parse.h') diff --git a/parse.h b/parse.h new file mode 100644 index 0000000..77187dc --- /dev/null +++ b/parse.h @@ -0,0 +1,15 @@ +#ifndef PKG_CONFIG_PARSE_H +#define PKG_CONFIG_PARSE_H + +#include "pkg.h" + +Package *parse_package_file (const char *path); + +Package *get_compat_package (const char *name); + +GSList *parse_module_list (Package *pkg, const char *str, const char *path); + +#endif + + + -- cgit v1.2.1