summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2010-04-12 15:27:58 +0100
committerMatthias Radestock <matthias@lshift.net>2010-04-12 15:27:58 +0100
commit06059184b1e55ec86efd83ea5de9f8588f1de9d8 (patch)
treef738a03f6a424b8461e14f94862c656eab530f79 /include
parent1dab90ba8b50902e3da172f05bd73bab95fb90b7 (diff)
downloadrabbitmq-server-git-06059184b1e55ec86efd83ea5de9f8588f1de9d8.tar.gz
refactor: introduce file_path() type
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index dbe62fdf9f..552aec6726 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -84,6 +84,7 @@
-type(info_key() :: atom()).
-type(info() :: {info_key(), any()}).
-type(regexp() :: binary()).
+-type(file_path() :: string()).
%% this is really an abstract type, but dialyzer does not support them
-type(guid() :: any()).