Diff for /Amaya/amaya/XLinkedit.c between versions 1.5 and 1.6

version 1.5, 2001/07/02 08:11:52 version 1.6, 2002/03/28 17:29:04
Line 1 Line 1
 /*  /*
  *   *
  *  (c) COPYRIGHT MIT and INRIA, 2000   *  (c) COPYRIGHT MIT and INRIA, 2000-2002
  *  Please first read the full copyright statement in file COPYRIGHT.   *  Please first read the full copyright statement in file COPYRIGHT.
  *   *
  */   */
Line 22 Line 22
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    SetXLinkTypeSimple attach an attribute xlink:type="simple" to element el     SetXLinkTypeSimple attach an attribute xlink:type="simple" to element el
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void         SetXLinkTypeSimple (Element el, Document doc, ThotBool withUndo)  void SetXLinkTypeSimple (Element el, Document doc, ThotBool withUndo)
 {  {
   AttributeType attrType;    AttributeType attrType;
   Attribute     attr;    Attribute     attr;

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


Webmaster