Diff for /Amaya/amaya/amaya.h between versions 1.21 and 1.22

version 1.21, 1997/02/24 12:19:06 version 1.22, 1997/02/24 18:01:30
Line 8 Line 8
 #ifndef AMAYA_H  #ifndef AMAYA_H
 #define AMAYA_H  #define AMAYA_H
   
   
 /* Thot interface */  /* Thot interface */
 #include "thot_gui.h"  #include "thot_gui.h"
 #include "thot_sys.h"  #include "thot_sys.h"
Line 26 Line 27
 #include "tree.h"  #include "tree.h"
 #include "view.h"  #include "view.h"
   
   
 /* Included headerfiles */  /* Included headerfiles */
 #include "EDITOR.h"  #include "EDITOR.h"
 #include "HTML.h"  #include "HTML.h"
Line 157  typedef enum _AHTReqStatus Line 159  typedef enum _AHTReqStatus
   }    }
 AHTReqStatus;  AHTReqStatus;
   
   #ifdef _WINDOWS
   typedef int XtInputId;
   #endif 
   
 /* The structure used for requests */  /* The structure used for requests */
   
 typedef void        TIcbf (void *request_context, const char *data_block, int data_block_size, int request_status);  typedef void        TIcbf (void *request_context, const char *data_block, int data_block_size, int request_status);
Line 317  THOT_EXPORT AmayaContext *Amaya; /* Amay Line 323  THOT_EXPORT AmayaContext *Amaya; /* Amay
 #define TAB     '\t'  #define TAB     '\t'
 #define SPACE    ' '  #define SPACE    ' '
   
   
 #endif /* AMAYA_H */  #endif /* AMAYA_H */

Removed from v.1.21  
changed lines
  Added in v.1.22


Webmaster