openenvutils/commandshell/shell/inc/options.epro
author Peter Fordham <peter.fordham@gmail.com>
Fri, 19 Mar 2010 13:27:33 -0700
branchCompilerCompatibility
changeset 11 425e2276aed4
parent 0 2e3d3ce01487
permissions -rw-r--r--
Bug 1699 - Fix redefinition of uInt by replacing 2nd def with inclusion of 1st. Also fixed numerous other over qualification of method name and token pasting issues which cause GCCE errors.

/* Generated automatically */
#ifndef have_Src_options_globals
#define have_Src_options_globals

extern int emulation;
extern mod_import_variable char opts[OPT_SIZE];
extern mod_import_variable HashTable optiontab;
extern void createoptiontable _((void));
extern void emulate _((const char*zsh_name,int fully));
extern int bin_setopt _((char*nam,char**args,UNUSED(Options ops),int isun));
extern mod_import_function int optlookup _((char const*name));
extern int optlookupc _((char c));
extern mod_import_function int dosetopt _((int optno,int value,int force));
extern char*dashgetfn _((UNUSED(Param pm)));
extern void printoptionstates _((int hadplus));
extern void printoptionlist _((void));

#endif /* !have_Src_options_globals */