00001 00032 #ifndef _PSH_H_ 00033 #define _PSH_H_ 00034 00035 #include <maloc/maloc_base.h> 00036 00037 #include <maloc/vsys.h> 00038 #include <maloc/vsh.h> 00039 #include <maloc/vmp.h> 00040 00052 int Vsh_pshell(Vsh *thee, char *pPR, void *pthee, 00053 int (*builtin)(void *thee, int argc, char **argv)); 00054 00055 #endif /* _PSH_H_ */ 00056 00057