00001 00030 #ifndef _PSH_H_ 00031 #define _PSH_H_ 00032 00033 #include <maloc/maloc_base.h> 00034 00035 #include <maloc/vsys.h> 00036 #include <maloc/vsh.h> 00037 #include <maloc/vmp.h> 00038 00039 VEXTERNC int Vsh_pshell(Vsh *thee, char *pPR, void *pthee, 00040 int (*builtin)(void *thee, int argc, char **argv)); 00041 00042 VEXTERNC Vio *Vsh_pioSetup(Vsh *thee, char *key); 00043 VEXTERNC void Vsh_pioCleanup(Vsh *thee, Vio **sock); 00044 00045 #endif /* _PSH_H_ */ 00046