summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-09-02 11:09:29 +0100
committerMatthew Sackman <matthew@lshift.net>2009-09-02 11:09:29 +0100
commit88a24812eefde667fa1b16aa963b8706810fd6cc (patch)
treede93729b1926802db3bae7032277fbb526506c00 /include
parent5f06c3f77569736c3dcb426b1d2a6be9ef9cf685 (diff)
downloadrabbitmq-server-git-88a24812eefde667fa1b16aa963b8706810fd6cc.tar.gz
made type signatures almost as useful as comments
Diffstat (limited to 'include')
-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()).