summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index a2eae8f8f9..25a3673263 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -84,6 +84,9 @@
-type(info_key() :: atom()).
-type(info() :: {info_key(), any()}).
-type(regexp() :: binary()).
+-type(file_path() :: any()).
+-type(io_device() :: any()).
+-type(file_open_mode() :: any()).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: any()).