aboutsummaryrefslogtreecommitdiffstats
path: root/src/html.c
diff options
context:
space:
mode:
authorjames <>2008-02-04 02:05:06 +0000
committerjames <>2008-02-04 02:05:06 +0000
commitc4b7eff58a98590defd94bdbd39a7798521b55a1 (patch)
tree283863d2eeac8e8a79142e16c37e31dca38f43fb /src/html.c
parente45109d0e28411913f65e5aa16911e19217d2312 (diff)
downloadsympathy-c4b7eff58a98590defd94bdbd39a7798521b55a1.tar.gz
sympathy-c4b7eff58a98590defd94bdbd39a7798521b55a1.tar.bz2
sympathy-c4b7eff58a98590defd94bdbd39a7798521b55a1.zip
*** empty log message ***
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/html.c b/src/html.c
index 5f48fe3..db142a9 100644
--- a/src/html.c
+++ b/src/html.c
@@ -10,11 +10,16 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.2 2008/02/04 02:05:06 james
+ * *** empty log message ***
+ *
* Revision 1.1 2008/02/03 23:31:25 james
* *** empty log message ***
*
*/
+#include "project.h"
+
void
html_entity (FILE * f, int c)
{