Update the trunk to the OpenCV's CVS (2008-07-14)
[opencv] / otherlibs / _graphics / include / jasper / jas_seq.h
index ef2e15e..2e8570d 100644 (file)
@@ -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.
 \******************************************************************************/