~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to bin/megatron/hqx.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: hqx.h,v 1.2 2001/06/29 14:14:46 rufustfirefly Exp $
 
3
 */
 
4
 
 
5
#ifndef _HQX_H
 
6
#define _HQX_H 1
 
7
 
 
8
/* Forward Declarations */
 
9
struct FHeader;
 
10
 
 
11
int skip_junk(int line);
 
12
int hqx_open(char *hqxfile, int flags, struct FHeader *fh, int options);
 
13
int hqx_close(int keepflag);
 
14
int hqx_read(int fork, char *buffer, int length);
 
15
int hqx_header_read(struct FHeader *fh);
 
16
int hqx_header_write(struct FHeader *fh);
 
17
int hqx_7tobin(char *outbuf, int datalen);
 
18
int hqx7_fill(u_char *hqx7_ptr);
 
19
 
 
20
#endif /* _HQX_H */