Changeset - 529ca20aaaa5
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 17 years ago 2009-02-23 18:14:39
ohnobinki@ohnopublishing.net
execio: more api change to allow passing args to
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/common/execio.h
Show inline comments
 
@@ -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, 
0 comments (0 inline, 0 general)