summaryrefslogtreecommitdiffstats
path: root/discover/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/parser.h')
-rw-r--r--discover/parser.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/discover/parser.h b/discover/parser.h
index c1b4012..2aaa077 100644
--- a/discover/parser.h
+++ b/discover/parser.h
@@ -51,8 +51,17 @@ void parser_init(void);
void iterate_parsers(struct discover_context *ctx, enum conf_method method);
int parse_user_event(struct discover_context *ctx, struct event *event);
+/* File IO functions for parsers; these should be the only interface that
+ * parsers use to access a device's filesystem.
+ *
+ * These are intended for small amounts of data, typically text configuration
+ * and state files.
+ */
int parser_request_file(struct discover_context *ctx,
struct discover_device *dev, const char *filename,
char **buf, int *len);
+int parser_replace_file(struct discover_context *ctx,
+ struct discover_device *dev, const char *filename,
+ char *buf, int len);
#endif /* _PARSER_H */
OpenPOWER on IntegriCloud