From c98e2e920ee8c27d3b319217056116c4f13d1c6a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 16 Jan 2014 14:03:36 +0000 Subject: more fixed documentation --- src/transport/plugin_transport_unix.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/transport/plugin_transport_unix.c') diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 384787ae9..9fc4ba735 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -499,9 +499,7 @@ lookup_session_it (void *cls, * Find an existing session by address. * * @param plugin the plugin - * @param sender for which peer should the session be? - * @param ua address to look for - * @param ua_len length of the address + * @param address the address to find * @return NULL if session was not found */ static struct Session * @@ -1503,7 +1501,7 @@ address_notification (void *cls, /** * Increment session timeout due to activity * - * @param res session for which the timeout should be moved + * @param s session for which the timeout should be rescheduled */ static void reschedule_session_timeout (struct Session *s) -- cgit v1.2.3