[core] cleanup: consolidate FAM code in stat_cache
[lighttpd.git] / src / base_decls.h
blobf8874756911f406d26c8bca74d5db2c0c7410c43
1 #ifndef INCLUDED_BASE_DECLS_H
2 #define INCLUDED_BASE_DECLS_H
4 #include "first.h"
6 #include <sys/types.h>
8 struct server;
9 typedef struct server server;
11 struct connection;
12 typedef struct connection connection;
14 union sock_addr;
15 typedef union sock_addr sock_addr;
18 #endif