aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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