Mercurial > hg > wm
comparison Meerwald-dir/signature.h @ 24:9f20bce6184e v0.7
move directories, support netpbm 11
author | Peter Meerwald-Stadler <pmeerw@pmeerw.net> |
---|---|
date | Fri, 20 Dec 2024 13:08:59 +0100 |
parents | Meerwald/signature.h@bd669312f068 |
children |
comparison
equal
deleted
inserted
replaced
23:71dd4b96221b | 24:9f20bce6184e |
---|---|
1 #ifndef SIGNATURE_H | |
2 #define SIGNATURE_H | |
3 | |
4 #include "wm.h" | |
5 #include "signature-utils.h" | |
6 | |
7 int n_signature; | |
8 int nbit_signature; | |
9 int n_signature1; | |
10 int nbit_signature1; | |
11 int n_signature2; | |
12 int nbit_signature2; | |
13 | |
14 char signature[NSIGNATURE]; | |
15 char signature1[NSIGNATURE]; | |
16 char signature2[NSIGNATURE]; | |
17 | |
18 #endif |