Skip to content

Commit

Permalink
Merge pull request #133 from basho/develop-2.0-merge
Browse files Browse the repository at this point in the history
Develop 2.0 merge.

Reviewed-by: aberghage
  • Loading branch information
borshop committed Feb 13, 2015
2 parents c93682a + 5bcb7ac commit a5b5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eleveldb.erl
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ async_write(_CallerRef, _Ref, _Updates, _Opts) ->
erlang:nif_error({error, not_loaded}).

-spec async_iterator(reference(), db_ref(), read_options()) -> ok.
-spec async_iterator(reference(), db_ref(), read_options(), keys_only) -> ok.
async_iterator(_CallerRef, _Ref, _Opts) ->
erlang:nif_error({error, not_loaded}).

-spec async_iterator(reference(), db_ref(), read_options(), keys_only) -> ok.
async_iterator(_CallerRef, _Ref, _Opts, keys_only) ->
erlang:nif_error({error, not_loaded}).

Expand Down

0 comments on commit a5b5148

Please sign in to comment.