1*544c191cSchristos /* Id: man.h,v 1.79 2018/08/23 19:33:27 schwarze Exp */ 24154958bSjoerg /* 348741257Sjoerg * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> 49ff1f2acSchristos * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> 54154958bSjoerg * 64154958bSjoerg * Permission to use, copy, modify, and distribute this software for any 74154958bSjoerg * purpose with or without fee is hereby granted, provided that the above 84154958bSjoerg * copyright notice and this permission notice appear in all copies. 94154958bSjoerg * 109ff1f2acSchristos * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES 114154958bSjoerg * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 129ff1f2acSchristos * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR 134154958bSjoerg * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 144154958bSjoerg * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 154154958bSjoerg * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 164154958bSjoerg * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 174154958bSjoerg */ 184154958bSjoerg 199ff1f2acSchristos struct roff_man; 204154958bSjoerg 219ff1f2acSchristos void man_validate(struct roff_man *); 22