summaryrefslogtreecommitdiffstats
path: root/lib/system/system.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-08-12 16:39:36 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-08-19 13:27:59 +0800
commit823958fbbd17ab2c1b2a1779eb10351ca0a668c6 (patch)
tree1c881555dd8da621dcf28dd64dfe4c85b189f5e1 /lib/system/system.h
parentd20e98b93afaf25faca4db2a3583c191bdabe439 (diff)
downloadtalos-petitboot-823958fbbd17ab2c1b2a1779eb10351ca0a668c6.tar.gz
talos-petitboot-823958fbbd17ab2c1b2a1779eb10351ca0a668c6.zip
lib/process: replace pb_run_cmd_pipe
Replace pb_run_cmd_pipe with process_create / process_run_sync. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/system/system.h')
-rw-r--r--lib/system/system.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/system/system.h b/lib/system/system.h
index a7a1a12..271c435 100644
--- a/lib/system/system.h
+++ b/lib/system/system.h
@@ -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);
OpenPOWER on IntegriCloud