Changeset 3447 for trunk/src/kash/shfile.h
- Timestamp:
- Sep 11, 2020, 3:22:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shfile.h
r3444 r3447 134 134 void shfile_uninit(shfdtab *); 135 135 void shfile_fork_win(shfdtab *pfdtab, int set, intptr_t *hndls); 136 void *shfile_exec_win(shfdtab *pfdtab, int prepare, unsigned short *sizep, intptr_t *hndls); 136 typedef struct shfdexecwin 137 { 138 int inherithandles; 139 int startsuspended; 140 shmtxtmp tmp; 141 int replacehandles[3]; 142 intptr_t handles[3]; 143 void *strtinfo; 144 } shfdexecwin; 145 int shfile_exec_win(shfdtab *pfdtab, int prepare, shfdexecwin *info); 137 146 int shfile_exec_unix(shfdtab *pfdtab); 138 147
Note:
See TracChangeset
for help on using the changeset viewer.