Index: trunk/willow/src/include/wlogwriter.h |
— | — | @@ -1,17 +0,0 @@ |
2 | | -/* @(#) $Id$ */ |
3 | | -/* This source code is in the public domain. */ |
4 | | -/* |
5 | | - * Willow: Lightweight HTTP reverse-proxy. |
6 | | - * wlogwriter: child process for log writing. |
7 | | - */ |
8 | | - |
9 | | -#ifndef WLOGWRITER_H |
10 | | -#define WLOGWRITER_H |
11 | | - |
12 | | -#if defined __SUNPRO_C || defined __DECC || defined __HP_cc |
13 | | -# pragma ident "@(#)$Id$" |
14 | | -#endif |
15 | | - |
16 | | -void wlogwriter_start(int *); |
17 | | - |
18 | | -#endif |