Removed superfluous @param in bus.h.

This commit is contained in:
Tobias Brunner 2012-05-18 08:37:32 +02:00
parent 7684ca2e8c
commit 7959a3faec

View File

@ -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);