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

Diff for /mandoc/Attic/mlg.c between version 1.24 and 1.25

version 1.24, 2008/12/10 00:52:46 version 1.25, 2008/12/10 10:43:57
Line 58  static int   mlg_roffmsg(void *arg, 
Line 58  static int   mlg_roffmsg(void *arg, 
                                 const char *, const char *);                                  const char *, const char *);
 static  int              mlg_roffhead(void *, const struct tm *,  static  int              mlg_roffhead(void *, const struct tm *,
                                 const char *, const char *,                                  const char *, const char *,
                                 enum roffmsec, const char *);                                  enum roffmsec, enum roffvol);
 static  int              mlg_rofftail(void *);  static  int              mlg_rofftail(void *);
 static  int              mlg_roffin(void *, int,  static  int              mlg_roffin(void *, int,
                                 int *, const char **);                                  int *, const char **);
Line 404  mlg_alloc(const struct md_args *args, 
Line 404  mlg_alloc(const struct md_args *args, 
   
 static int  static int
 mlg_roffhead(void *arg, const struct tm *tm, const char *os,  mlg_roffhead(void *arg, const struct tm *tm, const char *os,
                 const char *title, enum roffmsec sec, const char *vol)                  const char *title, enum roffmsec sec, enum roffvol vol)
 {  {
         struct md_mlg   *p;          struct md_mlg   *p;
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb