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

Diff for /mandoc/Attic/mmain.c between version 1.12 and 1.14

version 1.12, 2009/03/15 07:08:53 version 1.14, 2009/03/16 23:37:28
Line 1 
Line 1 
         /* $Id$ */  /* $Id$ */
 /*  /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>   * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the   * purpose with or without fee is hereby granted, provided that the
Line 58  static int    msg_err(void *, int, int, const char *);
Line 58  static int    msg_err(void *, int, int, const char *);
 static  int               msg_warn(void *, int, int,  static  int               msg_warn(void *, int, int,
                                 enum mdoc_warn, const char *);                                  enum mdoc_warn, const char *);
   
 #ifdef __linux__  
 extern  int               getsubopt(char **, char *const *, char **);  
 extern  size_t            strlcpy(char *, const char *, size_t);  
 extern  size_t            strlcat(char *, const char *, size_t);  
 #endif  
   
   
 /*  /*
  * Print our and our caller's usage message.   * Print our and our caller's usage message.
  */   */
Line 176  mmain_free(struct mmain *p)
Line 169  mmain_free(struct mmain *p)
 }  }
   
   
 dead_pre void  __dead void
 mmain_exit(struct mmain *p, int code)  mmain_exit(struct mmain *p, int code)
 {  {
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

CVSweb