From 7eb8e47bcd9979689b00625df6e7a20a2b9e2d41 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 17 May 2018 15:42:37 +0200 Subject: lib/path: add ul_path_read_buffer() Signed-off-by: Karel Zak --- include/path.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/path.h b/include/path.h index ebdb58d05..76c18e103 100644 --- a/include/path.h +++ b/include/path.h @@ -74,6 +74,10 @@ int ul_path_read_string(struct path_cxt *pc, char **str, const char *path); int ul_path_readf_string(struct path_cxt *pc, char **str, const char *path, ...) __attribute__ ((__format__ (__printf__, 3, 4))); +int ul_path_read_buffer(struct path_cxt *pc, char *buf, size_t bufsz, const char *path); +int ul_path_readf_buffer(struct path_cxt *pc, char *buf, size_t bufsz, const char *path, ...) + __attribute__ ((__format__ (__printf__, 4, 5))); + int ul_path_scanf(struct path_cxt *pc, const char *path, const char *fmt, ...); int ul_path_scanff(struct path_cxt *pc, const char *path, va_list ap, const char *fmt, ...) __attribute__ ((__format__ (__scanf__, 4, 5))); -- cgit v1.2.3-55-g7522