#ifndef _PST_HANDLER_CONFIG_H #define _PST_HANDLER_CONFIG_H #include #include "streamtuner.h" typedef struct { PyObject_HEAD STHandler *handler; } PSTHandlerConfig; extern PyTypeObject PSTHandlerConfig_Type; gboolean pst_handler_config_register (PyObject *module); PyObject *pst_handler_config_new (STHandler *handler); #endif /* _PST_HANDLER_CONFIG_H */