From 16d0362f4f0ca069d4c5d7409ff402efbbd1d7b9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 10 Jan 2007 03:48:35 +0000 Subject: stuff --- src/daemon/daemon.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/daemon/daemon.c (limited to 'src/daemon/daemon.c') diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c new file mode 100644 index 00000000..f70ca34d --- /dev/null +++ b/src/daemon/daemon.c @@ -0,0 +1,29 @@ +/* + This file is part of libmicrohttpd + (C) 2007 YOUR NAME HERE + + libmicrohttpd is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2, or (at your + option) any later version. + + libmicrohttpd is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with libmicrohttpd; see the file COPYING. If not, write to the + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ + +/** + * @file daemon.c + * @brief FIXME + * @author FIXME + */ + +#include "config.h" +#include "microhttpd.h" + -- cgit v1.2.3