diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-08 13:13:24 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-03-08 13:13:24 +0000 |
| commit | b0bd6c8a98f59e9a1537133dc0d0eaa41f0a87da (patch) | |
| tree | 6ba882fcf9ce389de31a5f34411bcc976b8a501d /include | |
| parent | b3ed57b031b51b1c01819064a38e337fc2860abc (diff) | |
| download | rabbitmq-server-git-b0bd6c8a98f59e9a1537133dc0d0eaa41f0a87da.tar.gz | |
oops
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit_backing_queue_spec.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit_backing_queue_spec.hrl b/include/rabbit_backing_queue_spec.hrl index 4ef13cb32f..8f010e581e 100644 --- a/include/rabbit_backing_queue_spec.hrl +++ b/include/rabbit_backing_queue_spec.hrl @@ -68,5 +68,5 @@ -spec(status/1 :: (state()) -> [{atom(), any()}]). -spec(invoke/3 :: (atom(), fun ((A) -> A), state()) -> {[rabbit_guid:guid()], state()}). --spec(validate_message/2 :: - (rabbit_types:basic_message(), state()) -> boolean()). +-spec(validate_message/2 :: (rabbit_types:basic_message(), state()) -> + {'valid'|'invalid', boolean()}). |
