summaryrefslogtreecommitdiff
path: root/src/rabbit_guid.erl
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-08-13 04:26:45 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-08-13 04:26:45 +0100
commit47f5b3df329ca7b75e0e090e9bd09338fe716b4d (patch)
tree20bd1e0f4f49a4131b1b9c5c3bc453481eeec562 /src/rabbit_guid.erl
parent1f982ed96126acf6654bd9db7bed34f21556eaf4 (diff)
downloadrabbitmq-server-47f5b3df329ca7b75e0e090e9bd09338fe716b4d.tar.gz
use consistent return types for start/start_link functionsbug23120
Diffstat (limited to 'src/rabbit_guid.erl')
-rw-r--r--src/rabbit_guid.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_guid.erl b/src/rabbit_guid.erl
index af1c629f..e7d0c101 100644
--- a/src/rabbit_guid.erl
+++ b/src/rabbit_guid.erl
@@ -52,7 +52,7 @@
-type(guid() :: binary()).
--spec(start_link/0 :: () -> 'ignore' | rabbit_types:ok_or_error2(pid(), any())).
+-spec(start_link/0 :: () -> rabbit_types:ok_pid_or_error()).
-spec(guid/0 :: () -> guid()).
-spec(string_guid/1 :: (any()) -> string()).
-spec(binstring_guid/1 :: (any()) -> binary()).