summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:04:01 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:04:01 +0000
commit2ac96cbcc708d8945329fd1b2001386e1c895c64 (patch)
treecc90c519c929292c6c69d7439fce050ae72a785f /parse.h
downloadpkg-config-2ac96cbcc708d8945329fd1b2001386e1c895c64.tar.gz
import
Author: hp Date: 2001-06-05 16:39:09 GMT import
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h15
1 files changed, 15 insertions, 0 deletions
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
+
+
+