From 7959a3faeccdb6555a0efa2ae7ebe301ff549091 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 18 May 2012 08:37:32 +0200 Subject: [PATCH] Removed superfluous @param in bus.h. --- src/libcharon/bus/bus.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcharon/bus/bus.h b/src/libcharon/bus/bus.h index b9974ad6e..f9c4394db 100644 --- a/src/libcharon/bus/bus.h +++ b/src/libcharon/bus/bus.h @@ -252,7 +252,6 @@ struct bus_t { * @param message message to send/receive * @param incoming TRUE for incoming messages, FALSE for outgoing * @param plain TRUE if message is parsed and decrypted, FALSE it not - * @param */ void (*message)(bus_t *this, message_t *message, bool incoming, bool plain);