blob: 5b33d114b35e016de59b18119ae7d5c1dfb89de4 [file] [log] [blame]
Willy Tarreaubaaee002006-06-26 02:48:02 +02001/*
2 * Server management functions.
3 *
4 * Copyright 2000-2006 Willy Tarreau <w@1wt.eu>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
Willy Tarreaue3ba5f02006-06-29 18:54:54 +020013#include <common/config.h>
Willy Tarreaubaaee002006-06-26 02:48:02 +020014#include <types/backend.h>
15#include <types/proxy.h>
16#include <types/server.h>
17
18
19/*
20 * Local variables:
21 * c-indent-level: 8
22 * c-basic-offset: 8
23 * End:
24 */