minimal skeleton
[webserver.git] / debug.c
CommitLineData
8512671a
LM
1#include "debug.h"
2
3int verbose = 1;
4
5/* vim: set ts=4 sw=4 et: */