Skip to content

Commit

Permalink
Merge pull request #249 from martinsumner/develop-2.9
Browse files Browse the repository at this point in the history
Update eleveldb.erl
  • Loading branch information
martinsumner committed Mar 17, 2019
2 parents 3701464 + 907e3ae commit 72f28a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/eleveldb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
-export_type([db_ref/0,
itr_ref/0]).

%% do_fold exported so that the process of snapshotting the database can be
%% separated from the process of running the fold
-export([do_fold/4]).

-on_load(init/0).

-ifdef(TEST).
Expand Down

0 comments on commit 72f28a1

Please sign in to comment.