Diff for /Amaya/amaya/templateDeclarations.h between versions 1.7 and 1.8

version 1.7, 2006/07/11 14:58:32 version 1.8, 2006/07/12 14:17:54
Line 43  typedef int SimpleTypeType; Line 43  typedef int SimpleTypeType;
 extern void InitializeTemplateEnvironment ( void );  extern void InitializeTemplateEnvironment ( void );
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
     Freeing the template environment
     ----------------------------------------------------------------------*/
   extern void FreeTemplateEnvironment ( void );
   
   /*----------------------------------------------------------------------
    Creates a new template with its dictionaries and stores it.     Creates a new template with its dictionaries and stores it.
  ----------------------------------------------------------------------*/   ----------------------------------------------------------------------*/
 extern XTigerTemplate NewXTigerTemplate (const char *templatePath,   extern XTigerTemplate NewXTigerTemplate (const char *templatePath, 

Removed from v.1.7  
changed lines
  Added in v.1.8


Webmaster