[BUILD] stream_interface: fix conflicting declaration
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Sep 2009 18:14:49 +0000 (20:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Sep 2009 04:24:42 +0000 (06:24 +0200)
commit269358db93458d343584581239cd7118a09a52a0
tree1fdd1e75dcaf669b38982c928c1f37b14f91e564
parent31971e536a7e6397cd58fffe0f4f52886fa879f0
[BUILD] stream_interface: fix conflicting declaration

stream_int_check_timeouts was declared void while it's an int.
include/proto/stream_interface.h
src/stream_interface.c