X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=otherlibs%2F_graphics%2Finclude%2Fjasper%2Fjas_seq.h;fp=otherlibs%2F_graphics%2Finclude%2Fjasper%2Fjas_seq.h;h=2e8570d143b28ab0d8e4d7161396d7370bac3d98;hp=ef2e15ebe7de5817badf8a290b0c86c6e235959d;hb=80cd7b93506cc1926882d5fd08a2c74ee9359e29;hpb=467a270adf12425827305759c0c4ea8f5b2b3854 diff --git a/otherlibs/_graphics/include/jasper/jas_seq.h b/otherlibs/_graphics/include/jasper/jas_seq.h index ef2e15e..2e8570d 100644 --- a/otherlibs/_graphics/include/jasper/jas_seq.h +++ b/otherlibs/_graphics/include/jasper/jas_seq.h @@ -9,9 +9,9 @@ * * JasPer License Version 2.0 * + * Copyright (c) 2001-2006 Michael David Adams * Copyright (c) 1999-2000 Image Power, Inc. * Copyright (c) 1999-2000 The University of British Columbia - * Copyright (c) 2001-2003 Michael David Adams * * All rights reserved. * @@ -64,7 +64,7 @@ /* * Sequence/Matrix Library * - * $Id: jas_seq.h,v 1.1 2006/10/11 16:48:43 vp153 Exp $ + * $Id: jas_seq.h,v 1.2 2008/05/26 09:41:51 vp153 Exp $ */ #ifndef JAS_SEQ_H @@ -234,6 +234,8 @@ int jas_matrix_cmp(jas_matrix_t *mat0, jas_matrix_t *mat1); jas_matrix_t *jas_matrix_copy(jas_matrix_t *x); +jas_matrix_t *jas_matrix_input(FILE *); + /******************************************************************************\ * Functions/macros for 2-D sequence class. \******************************************************************************/