X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9e67de8a307ad4987bf67f964a22e475e56644e..330def09deee27bc7f1f70f0870aebf0eeddd62c:/out.h

diff --git a/out.h b/out.h
index e94ed541..b5eb7c81 100644
--- a/out.h
+++ b/out.h
@@ -1,4 +1,4 @@
-/*	$Id: out.h,v 1.8 2009/11/08 09:23:35 kristaps Exp $ */
+/*	$Id: out.h,v 1.10 2010/04/07 11:25:38 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -44,6 +44,9 @@ enum	roffdeco {
 	DECO_ROMAN,
 	DECO_PREVIOUS,
 	DECO_SIZE,
+	DECO_NOSPACE,
+	DECO_FONT, /* font */
+	DECO_FFONT, /* font family */
 	DECO_MAX
 };