X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/blobdiff_plain/704fafa3ca85f378c91f8b1fdd3dfd9f34d02c8c..353bc75ddcc747e241296418a985ad2b265a86cf:/html.c diff --git a/html.c b/html.c index 0d80eae..f7f8c3e 100644 --- a/html.c +++ b/html.c @@ -11,17 +11,14 @@ #include #include +#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;