pkg-config/parse.h
Arch Librarian 2ac96cbcc7 import
Author: hp
Date: 2001-06-05 16:39:09 GMT
import
2005-07-14 13:04:01 +00:00

15 lines
260 B
C

#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