The third parameter to ast_channel_tech.requester is const qualified,
authorJanis Ruksans <janis.ruksans@gmail.com>
Thu, 28 Jun 2012 06:02:55 +0000 (08:02 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Thu, 28 Jun 2012 06:02:55 +0000 (08:02 +0200)
commit61c1f380826e3c4e4fc9bae74db2fe8b6af942ce
treee402620791404b8166a7a31854ddc6587bfabc28
parentad9a780ce71095bd785eeea8cd6f58606c66ce79
The third parameter to ast_channel_tech.requester is const qualified,
causing GCC to emit a warning about incompatible pointer types when
initializing lcr_tech. Fix this by adding necessary const's to lcr_request.

Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
chan_lcr.c