openenvutils/commandshell/shell/inc/input.epro
author Dario Sestito <darios@symbian.org>
Mon, 28 Jun 2010 17:46:35 +0100
branchRCL_3
changeset 44 2904da99c26d
parent 0 2e3d3ce01487
permissions -rw-r--r--
Temporary fix for bug 2850 (while waiting for the official fix - ETA: wk 27)

/* Generated automatically */
#ifndef have_Src_input_globals
#define have_Src_input_globals

extern int SHIN;
extern FILE*bshin;
extern int strin;
extern mod_import_variable int inbufct;
extern int inbufflags;
extern mod_import_function char*shingetline _((void));
extern int ingetc _((void));
extern void inungetc _((int c));
extern int stuff _((char*fn));
extern void inerrflush _((void));
extern mod_import_function void inpush _((char*str,int flags,Alias inalias));
extern mod_import_function void inpop _((void));
extern void inpopalias _((void));

#endif /* !have_Src_input_globals */