diff options
Diffstat (limited to 'Source/charon/threads/receiver.h')
-rw-r--r-- | Source/charon/threads/receiver.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/charon/threads/receiver.h b/Source/charon/threads/receiver.h index 9b02165d3..a7269b73f 100644 --- a/Source/charon/threads/receiver.h +++ b/Source/charon/threads/receiver.h @@ -42,10 +42,8 @@ struct receiver_t { * @brief Destroys a receiver_t * * @param receiver receiver object - * @return - * - SUCCESS in any case */ - status_t (*destroy) (receiver_t *receiver); + void (*destroy) (receiver_t *receiver); }; /** |