Diff for /Amaya/amaya/templateInstantiate.c between versions 1.6 and 1.7

version 1.6, 2006/12/13 18:11:46 version 1.7, 2006/12/20 15:44:01
Line 173  void  CreateInstance(char *templatePath, Line 173  void  CreateInstance(char *templatePath,
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void InstantiateTemplate_callback (int newdoc, int status,  char *urlName,  void InstantiateTemplate_callback (int newdoc, int status,  char *urlName, char *outputfile,
                                    char *outputfile, AHTHeaders *http_headers,                                     char *proxyName, AHTHeaders *http_headers, void * context)
                                    void * context)  
 {  {
 #ifdef TEMPLATES  #ifdef TEMPLATES
         InstantiateCtxt *ctx = (InstantiateCtxt*)context;          InstantiateCtxt *ctx = (InstantiateCtxt*)context;

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


Webmaster