X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/c55c7c742e50a932784d8cd8689f4ad216fcc91f..5803b074935073438586d6fef033ac474f313fff:/out.h diff --git a/out.h b/out.h index 9ace7117..b5eb7c81 100644 --- a/out.h +++ b/out.h @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.9 2009/11/12 08:21:05 kristaps Exp $ */ +/* $Id: out.h,v 1.10 2010/04/07 11:25:38 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -45,6 +45,8 @@ enum roffdeco { DECO_PREVIOUS, DECO_SIZE, DECO_NOSPACE, + DECO_FONT, /* font */ + DECO_FFONT, /* font family */ DECO_MAX };