aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-16 07:32:47 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-16 07:32:47 +0000
commit463188499e46a7cb8e8eace837403331cde79109 (patch)
tree3ff8f878f5d8618a40cb9d32110d8a30c45f3e72
parentb515a008163d25c8f820ebae0be6e8fd2dd70021 (diff)
downloadlibmicrohttpd-463188499e46a7cb8e8eace837403331cde79109.tar.gz
libmicrohttpd-463188499e46a7cb8e8eace837403331cde79109.zip
del
-rw-r--r--src/daemon/Makefile.am1
-rw-r--r--src/daemon/daemon.c1
-rw-r--r--src/daemon/internal.c1
-rw-r--r--src/daemon/internal.h1
-rw-r--r--src/daemon/response.c1
-rw-r--r--src/daemon/response.h1
-rw-r--r--src/daemon/session.c1
-rw-r--r--src/daemon/session.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 71f25e96..a948c667 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -14,7 +14,6 @@ libmicrohttpd_la_SOURCES = \
14 response.c response.h \ 14 response.c response.h \
15 session.c session.h 15 session.c session.h
16 16
17
18# example programs 17# example programs
19 18
20noinst_PROGRAMS = minimal_example 19noinst_PROGRAMS = minimal_example
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index c586bf5a..8d5c3459 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -23,7 +23,6 @@
23 * @brief A minimal-HTTP server library 23 * @brief A minimal-HTTP server library
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#include "internal.h" 28#include "internal.h"
diff --git a/src/daemon/internal.c b/src/daemon/internal.c
index 753a216d..9ec1f623 100644
--- a/src/daemon/internal.c
+++ b/src/daemon/internal.c
@@ -23,7 +23,6 @@
23 * @brief internal shared structures 23 * @brief internal shared structures
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#include "internal.h" 28#include "internal.h"
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index fad568d8..971ebb00 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -23,7 +23,6 @@
23 * @brief internal shared structures 23 * @brief internal shared structures
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#ifndef INTERNAL_H 28#ifndef INTERNAL_H
diff --git a/src/daemon/response.c b/src/daemon/response.c
index 747932a2..e0942700 100644
--- a/src/daemon/response.c
+++ b/src/daemon/response.c
@@ -23,7 +23,6 @@
23 * @brief Methods for managing response objects 23 * @brief Methods for managing response objects
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#include "internal.h" 28#include "internal.h"
diff --git a/src/daemon/response.h b/src/daemon/response.h
index 0f0b3745..c865951f 100644
--- a/src/daemon/response.h
+++ b/src/daemon/response.h
@@ -23,7 +23,6 @@
23 * @brief Methods for managing response objects 23 * @brief Methods for managing response objects
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#ifndef RESPONSE_H 28#ifndef RESPONSE_H
diff --git a/src/daemon/session.c b/src/daemon/session.c
index 84ed6bc2..f69ec1ed 100644
--- a/src/daemon/session.c
+++ b/src/daemon/session.c
@@ -23,7 +23,6 @@
23 * @brief Methods for managing sessions 23 * @brief Methods for managing sessions
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#include "internal.h" 28#include "internal.h"
diff --git a/src/daemon/session.h b/src/daemon/session.h
index bf072901..c3abbd7f 100644
--- a/src/daemon/session.h
+++ b/src/daemon/session.h
@@ -23,7 +23,6 @@
23 * @brief Methods for managing sessions 23 * @brief Methods for managing sessions
24 * @author Daniel Pittman 24 * @author Daniel Pittman
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 * @version 0.1.0
27 */ 26 */
28 27
29#ifndef SESSION_H 28#ifndef SESSION_H