Merge branch 'master' of https://git.maemo.org/projects/erwise
[erwise] / HText / dummy.c
1 /*
2  * dummy.c --
3  *
4  * Author: Teemu Rantanen <tvr@cs.hut.fi>
5  * Copyright (c) 1992 Teemu Rantanen
6  *                    All rights reserved
7  *
8  * Created: Wed Feb 26 16:30:17 1992 tvr
9  * Last modified: Wed Feb 26 23:12:57 1992 tvr
10  *
11  */
12
13 #include <stdio.h>
14 #include "HTStyle.h"
15 #include "HText.h"
16
17 /*
18  * something needed here to compile, but not to HText ..
19  */
20
21 FILE *logfile = NULL;
22
23 char *HTClientHost = NULL;
24
25 struct HText *HTMainText = NULL;
26
27 struct HTParentAnchor *HTMainAnchor = NULL;