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)
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>

No differences found