summaryrefslogtreecommitdiff
path: root/icespider/common/formatters.h
blob: 1ec6a6b8049e770cfbfa203679567098838e0008 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ICESPIDER_COMMON_FORMATTERS_H
#define ICESPIDER_COMMON_FORMATTERS_H

#include <compileTimeFormatter.h>

namespace IceSpider {
	AdHocFormatter(StatusFmt, "Status: %? %?\r\n\r\n");
	AdHocFormatter(HdrFmt, "%?: %?\r\n");
}

#endif