summaryrefslogtreecommitdiffstats
path: root/libopkg/parse_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/parse_util.h')
-rw-r--r--libopkg/parse_util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libopkg/parse_util.h b/libopkg/parse_util.h
index e4e2abe..d1aba4c 100644
--- a/libopkg/parse_util.h
+++ b/libopkg/parse_util.h
@@ -18,8 +18,13 @@
#ifndef PARSE_UTIL_H
#define PARSE_UTIL_H
+#include "pkg.h"
+
int is_field(const char *type, const char *line);
char *parse_simple(const char *type, const char *line);
char **parse_list(const char *raw, unsigned int *count, const char sep, int skip_field);
+int parse_from_stream_nomalloc(pkg_t *pkg, FILE *fp, uint mask,
+ char **buf0, size_t buf0len);
+
#endif