Changeset 883 for trunk/src/ash-messup/shinstance.c
- Timestamp:
- Apr 21, 2007, 10:55:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash-messup/shinstance.c
r879 r883 37 37 * @returns pointer to root shell on success, NULL on failure. 38 38 */ 39 shinstance * create_root_shell(shinstance *inherit, int argc, char **argv)39 shinstance *sh_create_root_shell(shinstance *inherit, int argc, char **argv) 40 40 { 41 41 shinstance *psh;
Note:
See TracChangeset
for help on using the changeset viewer.