~ubuntu-branches/ubuntu/vivid/macutils/vivid

« back to all changes in this revision

Viewing changes to hexbin/hexbin.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Sharkey
  • Date: 2001-10-27 15:22:18 UTC
  • Revision ID: james.westby@ubuntu.com-20011027152218-oikhfgiaja3hjf5f
Tags: upstream-2.0b3
ImportĀ upstreamĀ versionĀ 2.0b3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define DL      /* recognize dl format */
 
2
#define HECX    /* recognize hex and hcx formats */
 
3
#define HQX     /* recognize hqx format */
 
4
#define MU      /* recognize mu format */
 
5
 
 
6
#define form_dl         0
 
7
#define form_hecx       1
 
8
#define form_hqx        2
 
9
#define form_mu         3
 
10
#define form_none       (-1)
 
11