summaryrefslogtreecommitdiff
path: root/src/db.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-10-29 15:03:40 +0100
committerLinus Nordberg <linus@nordberg.se>2014-10-29 15:03:40 +0100
commit561115aa93985bbbcb2bb60381b3adbbefdaf53c (patch)
tree37fa53d3d1c60b5d7b84de4720077d0943768dd3 /src/db.erl
parent92a84310aaabdb44c523ba90aa38aecce2314a63 (diff)
Whitespace and long lines.
Diffstat (limited to 'src/db.erl')
-rw-r--r--src/db.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db.erl b/src/db.erl
index fcc3f38..cb1e618 100644
--- a/src/db.erl
+++ b/src/db.erl
@@ -7,7 +7,8 @@
%% API.
-export([start_link/0, stop/0]).
-export([add/4, add/2, add_entryhash/2, add_index/2, set_treesize/1, size/0]).
--export([get_by_index/1, get_by_indices/3, get_by_leaf_hash/1, get_by_entry_hash/1, entry_for_leafhash/1, leafhash_for_index/1]).
+-export([get_by_index/1, get_by_indices/3, get_by_leaf_hash/1]).
+-export([get_by_entry_hash/1, entry_for_leafhash/1, leafhash_for_index/1]).
%% gen_server callbacks.
-export([init/1, handle_call/3, terminate/2, handle_cast/2, handle_info/2,
code_change/3]).