Commit f7dd8ed2 authored by Jean-Paul Saman's avatar Jean-Paul Saman

src/demux.h: cleanup

parent 07b5e6b1
/***************************************************************************** /*****************************************************************************
* demux.h * demux.h
* *
* Copyright (C) 2001-2010 VideoLAN * Copyright (C) 2001-2011 VideoLAN
* $Id$ * $Id$
* *
* Authors: Johan Bilien <jobi@via.ecp.fr> * Authors: Johan Bilien <jobi@via.ecp.fr>
...@@ -134,8 +134,8 @@ struct dvbpsi_demux_s ...@@ -134,8 +134,8 @@ struct dvbpsi_demux_s
* \return true on success, false on failure * \return true on success, false on failure
*/ */
bool dvbpsi_AttachDemux(dvbpsi_t * p_dvbpsi, bool dvbpsi_AttachDemux(dvbpsi_t * p_dvbpsi,
dvbpsi_demux_new_cb_t pf_new_cb, dvbpsi_demux_new_cb_t pf_new_cb,
void * p_new_cb_data); void * p_new_cb_data);
/***************************************************************************** /*****************************************************************************
* dvbpsi_DetachDemux * dvbpsi_DetachDemux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment