Channel structure should be public for implementations.
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Wed, 17 Jul 2013 21:36:54 +0000 (18:36 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Wed, 17 Jul 2013 21:36:54 +0000 (18:36 -0300)
commitb6e274e6ea10779cccaf46974d2898318e9a3136
tree114756cc46d85a09758596471ede939ea542b1dc
parentf0257343c7bfbb6532178b8624dd402775373bd7
Channel structure should be public for implementations.

Implementations of the channels need to register such a channel, and
making the structure public is more simple than creating a series of
functions to register every hook.
include/sgp/channel.h
src/channel.c