Initial commit of a basically working but severely unpolished
[sgt/agedu] / httpd.h
CommitLineData
70322ae3 1/*
2 * httpd.h: a minimal custom HTTP server designed to serve the
3 * pages generated by html.h.
4 */
5
6void run_httpd(const void *t);