Diff for /Amaya/amaya/query.c between versions 1.230 and 1.231

version 1.230, 2000/02/11 14:11:46 version 1.231, 2000/02/14 09:57:47
Line 676  int                 status; Line 676  int                 status;
    HTMethod            method = HTRequest_method (request);     HTMethod            method = HTRequest_method (request);
    STRING              ref;     STRING              ref;
    STRING              escape_src, dst;     STRING              escape_src, dst;
    char               *tmp;  
   
    if (!me)     if (!me)
      /* if the redirect doesn't come from Amaya, we call libwww's standard       /* if the redirect doesn't come from Amaya, we call libwww's standard
Line 1966  static void ProxyInit () Line 1965  static void ProxyInit ()
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {
   CharUnit* strptr;    CharUnit* strptr;
   CharUnit* str = NULL;  
   char*     name;    char*     name;
   ThotBool  proxy_is_onlyproxy;    ThotBool  proxy_is_onlyproxy;
   char*     tmp = NULL;    char*     tmp = NULL;

Removed from v.1.230  
changed lines
  Added in v.1.231


Webmaster