Probably about time I had a central header file containing misc stuff.
[sgt/agedu] / html.c
diff --git a/html.c b/html.c
index 0d80eae..f7f8c3e 100644 (file)
--- a/html.c
+++ b/html.c
 #include <limits.h>
 #include <time.h>
 
+#include "agedu.h"
 #include "html.h"
 #include "malloc.h"
 #include "trie.h"
 #include "index.h"
 
-#define lenof(x) ( sizeof((x)) / sizeof(*(x)) )
-
 #define MAXCOLOUR 511
 
-extern char pathsep;
-
 struct html {
     char *buf;
     size_t buflen, bufsize;