aboutsummaryrefslogtreecommitdiff
path: root/src/upnp
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 11:36:24 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 11:36:24 +0000
commit7f0c6bd7bc74dc479e991cba667e08f66e6e2d42 (patch)
treed46dde3f4231eb6eea3cccd4b8f538fb09fc02af /src/upnp
parentd0efe84c15166730f5ee3f7af74ca428ae37f7ff (diff)
downloadgnunet-7f0c6bd7bc74dc479e991cba667e08f66e6e2d42.tar.gz
gnunet-7f0c6bd7bc74dc479e991cba667e08f66e6e2d42.zip
fixing compile errors
Diffstat (limited to 'src/upnp')
-rw-r--r--src/upnp/test_upnp.c2
-rw-r--r--src/upnp/upnp_init.c2
-rw-r--r--src/upnp/upnp_ip.c2
-rw-r--r--src/upnp/upnp_ip.h2
-rw-r--r--src/upnp/upnp_util.c2
-rw-r--r--src/upnp/upnp_xmlnode.c2
-rw-r--r--src/upnp/upnp_xmlnode.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/upnp/test_upnp.c b/src/upnp/test_upnp.c
index 628b40d7c..bd3304566 100644
--- a/src/upnp/test_upnp.c
+++ b/src/upnp/test_upnp.c
@@ -18,7 +18,7 @@
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19*/ 19*/
20/** 20/**
21 * @file src/transports/upnp/upnptest.c 21 * @file upnp/test_upnp.c
22 * @brief Testcase for UPnP 22 * @brief Testcase for UPnP
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
diff --git a/src/upnp/upnp_init.c b/src/upnp/upnp_init.c
index 19167342b..ee69c75da 100644
--- a/src/upnp/upnp_init.c
+++ b/src/upnp/upnp_init.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/upnp_init.c 22 * @file upnp/upnp_init.c
23 * @brief API for UPnP access 23 * @brief API for UPnP access
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
diff --git a/src/upnp/upnp_ip.c b/src/upnp/upnp_ip.c
index cb102cba5..f0d0d2b4e 100644
--- a/src/upnp/upnp_ip.c
+++ b/src/upnp/upnp_ip.c
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/upnp_ip.c 22 * @file upnp/upnp_ip.c
23 * @brief code to determine the IP of the local machine 23 * @brief code to determine the IP of the local machine
24 * 24 *
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/upnp/upnp_ip.h b/src/upnp/upnp_ip.h
index 62cb05f5e..38d33cd0e 100644
--- a/src/upnp/upnp_ip.h
+++ b/src/upnp/upnp_ip.h
@@ -19,7 +19,7 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file transport/upnp_ip.h 22 * @file upnp/upnp_ip.h
23 * @brief 23 * @brief
24 * 24 *
25 * @author Christian Grothoff 25 * @author Christian Grothoff
diff --git a/src/upnp/upnp_util.c b/src/upnp/upnp_util.c
index cef40b578..a080b6470 100644
--- a/src/upnp/upnp_util.c
+++ b/src/upnp/upnp_util.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * @file util.h Utility Functions 2 * @file upnp_util.cUtility Functions
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * Gaim is the legal property of its developers, whose names are too numerous 5 * Gaim is the legal property of its developers, whose names are too numerous
diff --git a/src/upnp/upnp_xmlnode.c b/src/upnp/upnp_xmlnode.c
index aeea157e1..46e66e11c 100644
--- a/src/upnp/upnp_xmlnode.c
+++ b/src/upnp/upnp_xmlnode.c
@@ -1,5 +1,5 @@
1/** 1/**
2 * @file transport/upnp_xmlnode.c XML DOM functions 2 * @file upnp/upnp_xmlnode.c XML DOM functions
3 * 3 *
4 * gaim 4 * gaim
5 * 5 *
diff --git a/src/upnp/upnp_xmlnode.h b/src/upnp/upnp_xmlnode.h
index 191ef14d2..e3b9136a5 100644
--- a/src/upnp/upnp_xmlnode.h
+++ b/src/upnp/upnp_xmlnode.h
@@ -1,5 +1,5 @@
1/** 1/**
2 * @file transport/upnp_xmlnode.h XML DOM functions 2 * @file upnp/upnp_xmlnode.h XML DOM functions
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim