summaryrefslogtreecommitdiffstats
path: root/web/mod_ptt.h
blob: 2d7946b9120722025042f26c47eb469f17efeea4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_main.h"
#include "http_protocol.h"
#include "util_script.h"
#include "config.h"
#include "pttstruct.h"
#include "modes.h"
#include "common.h"
#include "proto.h"

#include <stdio.h>


#define PATHLEN 512