summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-server.h')
-rw-r--r--nanohttp/nanohttp-server.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-server.h b/nanohttp/nanohttp-server.h
index 3b70dd7..7491722 100644
--- a/nanohttp/nanohttp-server.h
+++ b/nanohttp/nanohttp-server.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-server.h,v 1.32 2006/12/12 07:23:11 m0gg Exp $
+ * $Id: nanohttp-server.h,v 1.33 2006/12/19 08:55:17 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -241,16 +241,18 @@ struct service_statistics
/**
*
* @see hservice_t
+ * @see http://www.w3.org/TR/wslc/
*
*/
-#define NHTTPD_SERVICE_DISABLED 0
+#define NHTTPD_SERVICE_DOWN 0
/**
*
* @see hservice_t
+ * @see http://www.w3.org/TR/wslc/
*
*/
-#define NHTTPD_SERVICE_ENABLED 1
+#define NHTTPD_SERVICE_UP 1
/**
*