Diff for /Amaya/amaya/query.c between versions 1.101 and 1.102

version 1.101, 1998/02/03 02:11:36 version 1.102, 1998/02/19 10:01:51
Line 997  HTList             *c; Line 997  HTList             *c;
       ** Register a persistent cache stream which can save an object to local        ** Register a persistent cache stream which can save an object to local
       ** file        ** file
     */      */
   #if 0
    HTConversion_add (c, "www/cache", "*/*", HTCacheWriter,     HTConversion_add (c, "www/cache", "*/*", HTCacheWriter,
                      1.0, 0.0, 0.0);                       1.0, 0.0, 0.0);
   #endif
   
    /*     /*
       ** This dumps all other formats to local disk without any further        ** This dumps all other formats to local disk without any further
Line 1025  static void         AHTProtocolInit (voi Line 1027  static void         AHTProtocolInit (voi
    HTProtocol_add ("http", "buffered_tcp", NO, HTLoadHTTP, NULL);     HTProtocol_add ("http", "buffered_tcp", NO, HTLoadHTTP, NULL);
    /*   HTProtocol_add ("http", "tcp", NO, HTLoadHTTP, NULL); */     /*   HTProtocol_add ("http", "tcp", NO, HTLoadHTTP, NULL); */
    HTProtocol_add ("file", "local", NO, HTLoadFile, NULL);     HTProtocol_add ("file", "local", NO, HTLoadFile, NULL);
    HTProtocol_add ("cache", "local", NO, HTLoadCache, NULL);     /*HTProtocol_add ("cache", "local", NO, HTLoadCache, NULL); */
    HTProtocol_add ("ftp", "tcp", NO, HTLoadFTP, NULL);     HTProtocol_add ("ftp", "tcp", NO, HTLoadFTP, NULL);
 #if 0 /* experimental code */  #if 0 /* experimental code */
    HTProtocol_add ("telnet", "", YES, HTLoadTelnet, NULL);     HTProtocol_add ("telnet", "", YES, HTLoadTelnet, NULL);
Line 1227  static void         AHTProfile_delete () Line 1229  static void         AHTProfile_delete ()
 #  endif _WINDOWS;                #  endif _WINDOWS;              
           
     /* Clean up the persistent cache (if any) */      /* Clean up the persistent cache (if any) */
     HTCacheTerminate ();    /*  HTCacheTerminate (); */
           
     /* Clean up all the global preferences */      /* Clean up all the global preferences */
     HTFormat_deleteAll ();      HTFormat_deleteAll ();

Removed from v.1.101  
changed lines
  Added in v.1.102


Webmaster