commit 463188499e46a7cb8e8eace837403331cde79109
parent b515a008163d25c8f820ebae0be6e8fd2dd70021
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 16 Jun 2007 07:32:47 +0000
del
Diffstat:
8 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
@@ -14,7 +14,6 @@ libmicrohttpd_la_SOURCES = \
response.c response.h \
session.c session.h
-
# example programs
noinst_PROGRAMS = minimal_example
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
@@ -23,7 +23,6 @@
* @brief A minimal-HTTP server library
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#include "internal.h"
diff --git a/src/daemon/internal.c b/src/daemon/internal.c
@@ -23,7 +23,6 @@
* @brief internal shared structures
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#include "internal.h"
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
@@ -23,7 +23,6 @@
* @brief internal shared structures
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#ifndef INTERNAL_H
diff --git a/src/daemon/response.c b/src/daemon/response.c
@@ -23,7 +23,6 @@
* @brief Methods for managing response objects
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#include "internal.h"
diff --git a/src/daemon/response.h b/src/daemon/response.h
@@ -23,7 +23,6 @@
* @brief Methods for managing response objects
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#ifndef RESPONSE_H
diff --git a/src/daemon/session.c b/src/daemon/session.c
@@ -23,7 +23,6 @@
* @brief Methods for managing sessions
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#include "internal.h"
diff --git a/src/daemon/session.h b/src/daemon/session.h
@@ -23,7 +23,6 @@
* @brief Methods for managing sessions
* @author Daniel Pittman
* @author Christian Grothoff
- * @version 0.1.0
*/
#ifndef SESSION_H