diff options
author | ru <ru@FreeBSD.org> | 2005-10-20 10:45:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-10-20 10:45:19 +0000 |
commit | b22adb8e7c253c75fb05127eeeaef2968232b32a (patch) | |
tree | 37609e1685a209a2a273664ce67fc2f20f789996 /contrib/groff/src/devices/grohtml/html.h | |
parent | fae1a322eff5adb3ccb8745188cd83a6d27c5267 (diff) | |
parent | 353ac0b339df3493d1950b6527988b77b76bd197 (diff) | |
download | FreeBSD-src-b22adb8e7c253c75fb05127eeeaef2968232b32a.zip FreeBSD-src-b22adb8e7c253c75fb05127eeeaef2968232b32a.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r151497,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/groff/src/devices/grohtml/html.h')
-rw-r--r-- | contrib/groff/src/devices/grohtml/html.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/groff/src/devices/grohtml/html.h b/contrib/groff/src/devices/grohtml/html.h index 431647c..b14fb2c 100644 --- a/contrib/groff/src/devices/grohtml/html.h +++ b/contrib/groff/src/devices/grohtml/html.h @@ -1,5 +1,5 @@ // -*- C++ -*- -/* Copyright (C) 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc. Written by James Clark (jjc@jclark.com) This file is part of groff. @@ -16,7 +16,7 @@ for more details. You should have received a copy of the GNU General Public License along with groff; see the file COPYING. If not, write to the Free Software -Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined(HTML_H) # define HTML_H @@ -72,6 +72,7 @@ public: simple_output &enable_newlines(int); simple_output &check_newline(int n); simple_output &nl(void); + simple_output &force_nl(void); simple_output &space_or_newline (void); simple_output &begin_tag (void); FILE *get_file(); |