Adapt src/pre-html (src/preproc/html)
[s-roff.git] / src / pre-html / pre-html.h
blobff0a2e6409e69a0442c8c8e98faf915bc28eac6f
1 /*@ Defines functions implemented within pre-html.cpp.
3 * Copyright (c) 2014 Steffen (Daode) Nurpmeso <sdaoden@users.sf.net>.
5 * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
6 * Written by Gaius Mulley (gaius@glam.ac.uk).
8 * groff is free software; you can redistribute it and/or modify it under
9 * the terms of the GNU General Public License as published by the Free
10 * Software Foundation; either version 2, or (at your option) any later
11 * version.
13 * groff is distributed in the hope that it will be useful, but WITHOUT ANY
14 * WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 * for more details.
18 * You should have received a copy of the GNU General Public License along
19 * with groff; see the file COPYING. If not, write to the Free Software
20 * Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA.
22 #ifndef _PRE_HTML_H
23 #define _PRE_HTML_H
25 #include "config.h"
26 #include "html-config.h"
28 extern void sys_fatal(const char *s); // FIXME lib.h / errorxy / whatever
30 #endif // _PRE_HTML_H
31 // s-it2-mode