aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-12 19:01:56 +0200
committerLoïc Hoguin <[email protected]>2014-08-12 19:01:56 +0200
commitb57f94661f5fd186f55eb0fead49849e0b1399d1 (patch)
treeacc20feacf7d6ab80443cb510c582bf1ccd1e2d3 /src
parentef0ec7932217cd6c5e7d8aa642feb161908c543e (diff)
parenta32a476bf2bf2e4da7d2599aaa99a7a2cf1e8cb1 (diff)
downloadcowboy-b57f94661f5fd186f55eb0fead49849e0b1399d1.tar.gz
cowboy-b57f94661f5fd186f55eb0fead49849e0b1399d1.tar.bz2
cowboy-b57f94661f5fd186f55eb0fead49849e0b1399d1.zip
Merge branch 'master' of git://github.com/okeuday/cowboy
Diffstat (limited to 'src')
-rw-r--r--src/cowboy_req.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl
index 981b321..27c59cf 100644
--- a/src/cowboy_req.erl
+++ b/src/cowboy_req.erl
@@ -56,6 +56,7 @@
%% Multipart API.
-export([part/1]).
+-export([part/2]).
-export([part_body/1]).
-export([part_body/2]).