# HG changeset patch # User Binki # Date 2009-02-23 18:14:39 # Node ID 529ca20aaaa51e859fa18f0930dc0be2e051cded # Parent fd1bd9e57cfaf51a46b191366e29933bf7cd245a execio: more api change to allow passing args to diff --git a/src/common/execio.h b/src/common/execio.h --- a/src/common/execio.h +++ b/src/common/execio.h @@ -42,7 +42,7 @@ struct execio }; /* nonzsero return on error */ -int execio_open(const char *spec, struct execio **eio); +int execio_open(struct execio **rem, const char *progname, char *cont argv[]); /* blocks,