diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-04-12 15:27:58 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-04-12 15:27:58 +0100 |
| commit | 06059184b1e55ec86efd83ea5de9f8588f1de9d8 (patch) | |
| tree | f738a03f6a424b8461e14f94862c656eab530f79 /include | |
| parent | 1dab90ba8b50902e3da172f05bd73bab95fb90b7 (diff) | |
| download | rabbitmq-server-git-06059184b1e55ec86efd83ea5de9f8588f1de9d8.tar.gz | |
refactor: introduce file_path() type
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 1 |
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()). |
