summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2008-12-01 22:48:03 +0000
committerMatthias Radestock <matthias@lshift.net>2008-12-01 22:48:03 +0000
commit30c9d45c4461c9d7f00ac2634f879d5e52dc8137 (patch)
treed9d8611ef1085414e01ae989e94e3e394b2422a2 /src
parent75aa3219da71e3d72fa0dae55aea4c79abccc74a (diff)
downloadrabbitmq-server-git-30c9d45c4461c9d7f00ac2634f879d5e52dc8137.tar.gz
add type spec
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_misc.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 8e85243168..3c67d225da 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -99,6 +99,7 @@
'ok' | 'aborted').
-spec(dirty_dump_log/1 :: (string()) -> 'ok' | {'error', any()}).
-spec(append_file/2 :: (string(), string()) -> 'ok' | {'error', any()}).
+-spec(format_stderr/2 :: (string(), [any()]) -> 'true').
-endif.