Skip to content

Commit

Permalink
Export q/4 to allow for setting timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Jul 1, 2013
1 parent cec268b commit fa9e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dinerl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-export([get_item/2, get_item/3, get_item/4]).
-export([get_items/1, get_items/2, get_items/3, get_items/4]).
-export([update_item/3, update_item/4]).
-export([q/3]).
-export([q/3, q/4]).
-export([scan/1, scan/2]).

-export([update_data/4]).
Expand Down

0 comments on commit fa9e4fd

Please sign in to comment.