File: parse.h

package info (click to toggle)
pkgconfig 0.11.0-0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,748 kB
  • ctags: 2,433
  • sloc: ansic: 22,338; sh: 11,410; makefile: 277
file content (15 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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