[BACK]Return to mandoc_xr.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc_xr.h between version 1.2 and 1.3

version 1.2, 2017/07/02 15:31:59 version 1.3, 2017/07/02 21:18:29
Line 21  struct mandoc_xr {
Line 21  struct mandoc_xr {
         char             *name;          char             *name;
         int               line;  /* Or -1 for this page's own names. */          int               line;  /* Or -1 for this page's own names. */
         int               pos;          int               pos;
           int               count;
         char              hashkey[];          char              hashkey[];
 };  };
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb