diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 18:49:12 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 18:49:12 +0000 |
commit | cf66450fd9ba07854ed2dae3d5f960cbf67a13ab (patch) | |
tree | 6f7a71400dd22b0d43588c0931f6372cb21e1dd1 /src/input/pnm.h | |
parent | 70ec3636ceec0b89c8667a5863b9264ff214f41d (diff) | |
download | xine-lib-cf66450fd9ba07854ed2dae3d5f960cbf67a13ab.tar.gz xine-lib-cf66450fd9ba07854ed2dae3d5f960cbf67a13ab.tar.bz2 |
xine_read_abort for pnm
CVS patchset: 4603
CVS date: 2003/04/13 18:49:12
Diffstat (limited to 'src/input/pnm.h')
-rw-r--r-- | src/input/pnm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/pnm.h b/src/input/pnm.h index 1d4c54698..58fc8b7c8 100644 --- a/src/input/pnm.h +++ b/src/input/pnm.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: pnm.h,v 1.3 2003/01/31 14:06:17 miguelfreitas Exp $ + * $Id: pnm.h,v 1.4 2003/04/13 18:49:13 miguelfreitas Exp $ * * pnm util functions header by joschka */ @@ -28,11 +28,11 @@ #ifndef __CYGWIN__ #include <inttypes.h> #endif -/*#include "xine_internal.h" */ +#include "xine_internal.h" typedef struct pnm_s pnm_t; -pnm_t* pnm_connect (const char *url); +pnm_t* pnm_connect (xine_stream_t *stream, const char *url); int pnm_read (pnm_t *this, char *data, int len); void pnm_close (pnm_t *this); |