Diff for /Amaya/amaya/amaya.h between versions 1.246 and 1.247

version 1.246, 2002/10/21 07:07:28 version 1.247, 2002/10/22 12:51:36
Line 543  ElemImage; Line 543  ElemImage;
 typedef struct _LoadedImageDesc  typedef struct _LoadedImageDesc
   {    {
      char               *originalName;  /* complete URL of the image                */       char               *originalName;  /* complete URL of the image                */
      char               *localName;     /* local name (without path) of the image   */       char               *localName;     /* relative name (without path) of the image   */
        char               *tempfile;      /* name of the file that stores the image    */ 
      char               *content_type;  /* the MIME type as sent by the server      */       char               *content_type;  /* the MIME type as sent by the server      */
      struct _LoadedImageDesc *prevImage;/* double linked list                       */       struct _LoadedImageDesc *prevImage;/* double linked list                       */
      struct _LoadedImageDesc *nextImage;/* easier to unchain                        */       struct _LoadedImageDesc *nextImage;/* easier to unchain                        */

Removed from v.1.246  
changed lines
  Added in v.1.247


Webmaster