Channel structure should be public for implementations.
[cascardo/sgp.git] / src / channel.c
index 3aec1bf..d531242 100644 (file)
 #include <sgp/channel.h>
 #include <sgp/msg.h>
 
-struct sgp_channel {
-       int (*send) (void *, struct sgp_msg *);
-       void * data;
-};
-
 /*
  * Send a message through a channel.
  */