Diff for /Amaya/amaya/query.c between versions 1.375 and 1.376

version 1.375, 2008/05/07 13:49:05 version 1.376, 2008/08/19 15:01:57
Line 892  static void SafePut_delete (void) Line 892  static void SafePut_delete (void)
   returns true if the domain to which the URL belongs accepts an automatic    returns true if the domain to which the URL belongs accepts an automatic
   PUT redirect.    PUT redirect.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static ThotBool SafePut_query (char *url)  ThotBool SafePut_query (char *url)
 {  {
   HTList   *cur;    HTList   *cur;
   char     *me;    char     *me;

Removed from v.1.375  
changed lines
  Added in v.1.376


Webmaster