diff -r 000000000000 -r 2e3d3ce01487 openenvutils/commandshell/shell/inc/prompt.epro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openenvutils/commandshell/shell/inc/prompt.epro Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,15 @@ +/* Generated automatically */ +#ifndef have_Src_prompt_globals +#define have_Src_prompt_globals + +extern unsigned txtattrmask; +extern mod_import_variable unsigned txtchange; +extern unsigned char*cmdstack; +extern int cmdsp; +extern mod_import_function char*promptexpand _((char*s,int ns,char*rs,char*Rs)); +extern void stradd _((char*d)); +extern mod_import_function void tsetcap _((int cap,int flag)); +extern int putstr _((int d)); +extern mod_import_function void countprompt _((char*str,int*wp,int*hp,int overf)); + +#endif /* !have_Src_prompt_globals */