aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-04 14:28:41 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-04 14:28:41 +0000
commitbd163b0901f6b797e23e1cadf4b9348e291c00b0 (patch)
tree7dc5ab44904dc95e7b04900ec7976c1daaf7ecdf /src/transport/plugin_transport_wlan.c
parent92465bc7b24ee93561cc5bde25ed57ef8e4ca40b (diff)
downloadgnunet-bd163b0901f6b797e23e1cadf4b9348e291c00b0.tar.gz
gnunet-bd163b0901f6b797e23e1cadf4b9348e291c00b0.zip
-doxygen fixes
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 08f9c5833..7aebad93a 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -2840,9 +2840,10 @@ wlan_data_helper (void *cls, struct Session_light *session_light,
2840} 2840}
2841 2841
2842/** 2842/**
2843 * Function to print mac addresses nice * 2843 * Function to print mac addresses nicely.
2844 * @param pointer to 6 byte with the mac address 2844 *
2845 * @return pointer to the chars which hold the print out 2845 * @param mac the mac address
2846 * @return string to a static buffer with the human-readable mac, will be overwritten during the next call to this function
2846 */ 2847 */
2847static const char * 2848static const char *
2848macprinter (const u_int8_t * mac) 2849macprinter (const u_int8_t * mac)