~ubuntu-branches/ubuntu/jaunty/netpbm-free/jaunty

« back to all changes in this revision

Viewing changes to pnm/fiasco/output/write.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2004-07-29 20:25:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040729202546-5x43bcfsdlt7dspl
Tags: upstream-10.0
Import upstream version 10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  write.h
 
3
 *
 
4
 *  Written by:         Ullrich Hafner
 
5
 *              
 
6
 *  This file is part of FIASCO (�F�ractal �I�mage �A�nd �S�equence �CO�dec)
 
7
 *  Copyright (C) 1994-2000 Ullrich Hafner <hafner@bigfoot.de>
 
8
 */
 
9
 
 
10
/*
 
11
 *  $Date: 2003/08/12 18:23:03 $
 
12
 *  $Author: aba-guest $
 
13
 *  $Revision: 1.1.1.1 $
 
14
 *  $State: Exp $
 
15
 */
 
16
 
 
17
#ifndef _WRITE_H
 
18
#define _WRITE_H
 
19
 
 
20
#include "cwfa.h"
 
21
#include "bit-io.h"
 
22
 
 
23
void
 
24
write_next_wfa (const wfa_t *wfa, const coding_t *c, bitfile_t *output);
 
25
void
 
26
write_header (const wfa_info_t *wi, bitfile_t *output);
 
27
 
 
28
#endif /* not _WRITE_H */