[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.1 and 1.2

version 1.1, 2017/07/01 09:47:30 version 1.2, 2017/07/02 15:31:59
Line 19  struct mandoc_xr {
Line 19  struct mandoc_xr {
         struct mandoc_xr *next;          struct mandoc_xr *next;
         char             *sec;          char             *sec;
         char             *name;          char             *name;
         int               line;          int               line;  /* Or -1 for this page's own names. */
         int               pos;          int               pos;
         char              hashkey[];          char              hashkey[];
 };  };
   
 void              mandoc_xr_reset(void);  void              mandoc_xr_reset(void);
 void              mandoc_xr_add(const char *, const char *, int, int);  int               mandoc_xr_add(const char *, const char *, int, int);
 struct mandoc_xr *mandoc_xr_get(void);  struct mandoc_xr *mandoc_xr_get(void);
 void              mandoc_xr_free(void);  void              mandoc_xr_free(void);

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

CVSweb