From 1fd361a1ea06e44286c213ca1f814f49306fdc43 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Aug 2006 03:12:28 +0000 Subject: Create Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/fiasco/input/read.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 converter/other/fiasco/input/read.h (limited to 'converter/other/fiasco/input/read.h') diff --git a/converter/other/fiasco/input/read.h b/converter/other/fiasco/input/read.h new file mode 100644 index 00000000..d0d0ee13 --- /dev/null +++ b/converter/other/fiasco/input/read.h @@ -0,0 +1,31 @@ +/* + * read.h + * + * Written by: Ullrich Hafner + * + * This file is part of FIASCO («F»ractal «I»mage «A»nd «S»equence «CO»dec) + * Copyright (C) 1994-2000 Ullrich Hafner + */ + +/* + * $Date: 2000/06/14 20:50:13 $ + * $Author: hafner $ + * $Revision: 5.1 $ + * $State: Exp $ + */ + +#ifndef _READ_H +#define _READ_H + +#include "wfa.h" +#include "bit-io.h" + +bitfile_t * +open_wfa (const char *filename, wfa_info_t *wfainfo); +void +read_basis (const char *filename, wfa_t *wfa); +unsigned +read_next_wfa (wfa_t *wfa, bitfile_t *input); + +#endif /* not _READ_H */ + -- cgit 1.4.1