summaryrefslogtreecommitdiffstats
path: root/lib/system/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/system.h')
-rw-r--r--lib/system/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system/system.h b/lib/system/system.h
index 271c435..a7a1a12 100644
--- a/lib/system/system.h
+++ b/lib/system/system.h
@@ -18,6 +18,8 @@ struct pb_system_apps {
extern const struct pb_system_apps pb_system_apps;
int pb_run_cmd(const char *const *cmd_argv, int wait, int dry_run);
+int pb_run_cmd_pipe(const char *const *cmd_argv, int wait, int dry_run,
+ void *ctx, char **buf, int *buf_len);
int pb_mkdir_recursive(const char *dir);
int pb_rmdir_recursive(const char *base, const char *dir);
OpenPOWER on IntegriCloud