aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ziener <mziener@lavabit.com>2010-10-14 16:04:26 +0200
committerMarco Ziener <mziener@lavabit.com>2010-10-14 16:04:26 +0200
commitcfa125e96062c4ccabc155f68c36bc8bcf754b61 (patch)
tree00fdb3a77f09b3fcb42cfd33a863b6b683e6c221
parent693e7c44bb65db596606a16e1fbce338a09b9af4 (diff)
downloaderlang-cfa125e96062c4ccabc155f68c36bc8bcf754b61.tar.gz
erlang-cfa125e96062c4ccabc155f68c36bc8bcf754b61.tar.xz
erlang-cfa125e96062c4ccabc155f68c36bc8bcf754b61.zip
...
-rw-r--r--server/cldb.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/cldb.erl b/server/cldb.erl
index 3886685..176576c 100644
--- a/server/cldb.erl
+++ b/server/cldb.erl
@@ -1,7 +1,7 @@
% The clientdatabase
-module(cldb).
--export([init/0]).
+-export([init/0, ask/2, login/2, decVote/2, incVote/2, register/3]).
-record(user, {name, passwd, votes, rights}).
init() ->