openenvutils/commandshell/shell/inc/options.epro
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /* Generated automatically */
       
     2 #ifndef have_Src_options_globals
       
     3 #define have_Src_options_globals
       
     4 
       
     5 extern int emulation;
       
     6 extern mod_import_variable char opts[OPT_SIZE];
       
     7 extern mod_import_variable HashTable optiontab;
       
     8 extern void createoptiontable _((void));
       
     9 extern void emulate _((const char*zsh_name,int fully));
       
    10 extern int bin_setopt _((char*nam,char**args,UNUSED(Options ops),int isun));
       
    11 extern mod_import_function int optlookup _((char const*name));
       
    12 extern int optlookupc _((char c));
       
    13 extern mod_import_function int dosetopt _((int optno,int value,int force));
       
    14 extern char*dashgetfn _((UNUSED(Param pm)));
       
    15 extern void printoptionstates _((int hadplus));
       
    16 extern void printoptionlist _((void));
       
    17 
       
    18 #endif /* !have_Src_options_globals */