diff options
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 9c79fbed..a603886c 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -78,6 +78,7 @@ -record(plugin, {name, %% atom() version, %% string() description, %% string() + type, %% 'ez' or 'dir' dependencies, %% [{atom(), string()}] location}). %% string() |