Changeset 2291 for trunk/src/kash/shinstance.h
- Timestamp:
- Feb 28, 2009, 2:06:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/shinstance.h
r2290 r2291 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * The shell instance and it's methods. 5 * 4 */ 5 6 /* 6 7 * Copyright (c) 2007-2009 knut st. osmundsen <bird-kBuild-spamix@anduin.net> 7 8 * … … 43 44 #include "shthread.h" 44 45 #include "shfile.h" 46 #include "shheap.h" 45 47 #include "shell.h" 46 48 #include "output.h" … … 335 337 char **sh_environ(shinstance *); 336 338 const char *sh_gethomedir(shinstance *, const char *); 337 338 /* heap */339 void *sh_malloc(shinstance *, size_t);340 void *sh_calloc(shinstance *, size_t, size_t);341 void *sh_realloc(shinstance *, void *, size_t);342 char *sh_strdup(shinstance *, const char *);343 void sh_free(shinstance *, void *);344 339 345 340 /* signals */
Note:
See TracChangeset
for help on using the changeset viewer.