]> git.ozlabs.org Git - petitboot/blobdiff - lib/system/system.h
lib/process: replace pb_run_cmd_pipe
[petitboot] / lib / system / system.h
index a7a1a120c3142756bd05b644b509a446890b707e..271c4355d3066cb46c10fe224abd65fa277f82b8 100644 (file)
@@ -18,8 +18,6 @@ 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);