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

Diff for /mandoc/main.h between version 1.17 and 1.19

version 1.17, 2014/10/28 17:36:19 version 1.19, 2014/12/01 08:05:52
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef MAIN_H  
 #define MAIN_H  
   
   #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
   struct  mchars;
 struct  mdoc;  struct  mdoc;
 struct  man;  struct  man;
   
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  
   
   
 /*  /*
  * Definitions for main.c-visible output device functions, e.g., -Thtml   * Definitions for main.c-visible output device functions, e.g., -Thtml
  * and -Tascii.  Note that ascii_alloc() is named as such in   * and -Tascii.  Note that ascii_alloc() is named as such in
Line 56  void    terminal_mdoc(void *, const struct mdoc *);
Line 54  void    terminal_mdoc(void *, const struct mdoc *);
 void              terminal_man(void *, const struct man *);  void              terminal_man(void *, const struct man *);
   
 __END_DECLS  __END_DECLS
   
 #endif /*!MAIN_H*/  

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.19

CVSweb