Removed superfluous @param in bus.h.

This commit is contained in:
Tobias Brunner
2012-05-18 09:57:01 +02:00
parent 7684ca2e8c
commit 7959a3faec
-1
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);