summaryrefslogtreecommitdiff
path: root/phnxdeco/phnxdeco.h
blob: 6dd51c699b8086b30ff77f15b347e9adfd4e3bb3 (plain)
1
2
3
4
5
6
7
8
9
10
typedef struct {
    FILE *infile;
    FILE *outfile;
    unsigned long original;
    unsigned long packed;
    int dicbit;
    int method;
} interfacing;

void decode(interfacing interface);