Diff for /Amaya/amaya/templates.c between versions 1.12 and 1.13

version 1.12, 2000/02/25 17:05:45 version 1.13, 2000/03/01 11:12:44
Line 159  Document doc; Line 159  Document doc;
   to reload a template    to reload a template
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__      #ifdef __STDC__    
 void ReloadTemplateParams (CHAR_T* docURL, ClickEvent *method)  void        ReloadTemplateParams (CHAR_T **docURL, ClickEvent *method)
 #else /* __STDC__ */  #else /* __STDC__ */
 void ReloadTemplateParams (docURL, method)  void        ReloadTemplateParams (docURL, method)
 CHAR_T* docURL;  CHAR_T    **docURL;
 ClickEvent *method;  ClickEvent *method;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {

Removed from v.1.12  
changed lines
  Added in v.1.13


Webmaster