void dvb_adapter_clone(th_dvb_adapter_t *dst, th_dvb_adapter_t *src);
+void dvb_adapter_clean(th_dvb_adapter_t *tda);
+
int dvb_adapter_destroy(th_dvb_adapter_t *tda);
/**
+++ /dev/null
-/*
- * TV Input - Linux DVB interface
- * Copyright (C) 2007 Andreas Öman
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef DVB_DVR_H
-#define DVB_DVR_H
-
-int dvb_dvr_init(th_dvb_adapter_t *tda);
-
-int dvb_start_feed(struct th_transport *t, unsigned int weight, int status,
- int force_start);
-
-void dvb_stop_feed(th_transport_t *t);
-
-void dvb_adapter_clean(th_dvb_adapter_t *tda);
-
-#endif /* DVB_DVR_H */