summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-02-20 23:48:20 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-02-20 23:48:20 +0300
commitd1a8ff8d28bfc66ddc512ae972d8f7d8daef47fd (patch)
treed657ae737eafce01436239e19ba304ea69952786 /src
parent333f22b569096db1c0fd713e1a97d24280c57415 (diff)
downloadrabbitmq-server-git-d1a8ff8d28bfc66ddc512ae972d8f7d8daef47fd.tar.gz
Fix a bad merge
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_exchange.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_exchange.erl b/src/rabbit_exchange.erl
index 7a3f194e01..e52e4734e3 100644
--- a/src/rabbit_exchange.erl
+++ b/src/rabbit_exchange.erl
@@ -23,6 +23,7 @@
lookup/1, lookup_or_die/1, list/0, list/1, lookup_scratch/2,
update_scratch/3, update_decorators/1, immutable/1,
info_keys/0, info/1, info/2, info_all/1, info_all/2, info_all/4,
+ route/2, delete/3, validate_binding/2]).
-export([list_names/0]).
%% these must be run inside a mnesia tx
-export([maybe_auto_delete/2, serial/1, peek_serial/1, update/2]).