2. Top Files

The top level files are contained the the files server.c and server.h.

<<server.h>>=
#ifndef WWSERVER_H
#define WWSERVER_H
<<typedefs>>
<<funcdefs>>
#endif
<<server.c>>=
#define _BSD_SOURCE /* to silence usleep warning */
#include <stdio.h>
#include <sqlite3.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <zlib.h>
#define HTTPSERVER_IMPL
#include "httpserver.h/httpserver.h"
#include "orgparse.h"
#include "weewiki.h"
#include "server.h"
#include "jan.h"
<<structs>>
<<global_data>>
<<static_funcdefs>>
<<functions>>



prev | home | next