Changeset 1206 for trunk/src/kash/shinstance.h
- Timestamp:
- Oct 7, 2007, 5:40:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r1203 r1206 258 258 int nmboxes; /**< number of mailboxes */ 259 259 time_t mailtime[MAXMBOXES]; /**< times of mailboxes */ 260 261 /* bltin/test.c */ 262 char **t_wp; 263 struct t_op const *t_wp_op; 260 264 261 265 } shinstance; … … 323 327 void sh__exit(shinstance *, int); 324 328 int sh_execve(shinstance *, const char *, const char * const*, const char * const *); 325 326 #endif 329 uid_t sh_getuid(shinstance *); 330 uid_t sh_geteuid(shinstance *); 331 gid_t sh_getgid(shinstance *); 332 gid_t sh_getegid(shinstance *); 333 334 #endif
Note:
See TracChangeset
for help on using the changeset viewer.