#ifndef PZK_CHANNEL_H_
#define PZK_CHANNEL_H_
#include <pzk_dequeue.h>
typedef pzk_dequeue_t pzk_channel_t;
pzk_channel_t* new_pzk_channel();
#endif // #ifndef PZK_CHANNEL_H_
#ifndef PZK_CHANNEL_H_
#define PZK_CHANNEL_H_
#include <pzk_dequeue.h>
typedef pzk_dequeue_t pzk_channel_t;
pzk_channel_t* new_pzk_channel();
#endif // #ifndef PZK_CHANNEL_H_