aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-11 13:55:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-11 13:55:10 +0000
commita780a28bec75567ad46fc4a27bb91f3dc5dc4ccf (patch)
tree59e24ea1c184697d3d53e16067fe2a3215d05602 /src
parent1725ce5f6696d25ab5a7f77bb28b67002f3676d2 (diff)
downloadgnunet-a780a28bec75567ad46fc4a27bb91f3dc5dc4ccf.tar.gz
gnunet-a780a28bec75567ad46fc4a27bb91f3dc5dc4ccf.zip
doxygen
Diffstat (limited to 'src')
-rw-r--r--src/lockmanager/gnunet-service-lockmanager.c2
-rw-r--r--src/transport/plugin_transport_wlan.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lockmanager/gnunet-service-lockmanager.c b/src/lockmanager/gnunet-service-lockmanager.c
index ddf959ba6..3642ca030 100644
--- a/src/lockmanager/gnunet-service-lockmanager.c
+++ b/src/lockmanager/gnunet-service-lockmanager.c
@@ -268,7 +268,7 @@ add_lock (const char *domain_name,
268/** 268/**
269 * Removes a lock from the lock map 269 * Removes a lock from the lock map
270 * 270 *
271 * @param the lock to remove 271 * @param lock the lock to remove
272 */ 272 */
273static void 273static void
274remove_lock (struct Lock *lock) 274remove_lock (struct Lock *lock)
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index dbede94a8..d89b72ba6 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -496,6 +496,7 @@ get_radiotap_header (struct MacEndpoint *endpoint,
496/** 496/**
497 * Generate the WLAN hardware header for one packet 497 * Generate the WLAN hardware header for one packet
498 * 498 *
499 * @param plugin the plugin handle
499 * @param header address to write the header to 500 * @param header address to write the header to
500 * @param to_mac_addr address of the recipient 501 * @param to_mac_addr address of the recipient
501 * @param size size of the whole packet, needed to calculate the time to send the packet 502 * @param size size of the whole packet, needed to calculate the time to send the packet