Mercurial > hg > wm
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Meerwald-dir/signature.h Fri Dec 20 13:08:59 2024 +0100 @@ -0,0 +1,18 @@ +#ifndef SIGNATURE_H +#define SIGNATURE_H + +#include "wm.h" +#include "signature-utils.h" + +int n_signature; +int nbit_signature; +int n_signature1; +int nbit_signature1; +int n_signature2; +int nbit_signature2; + +char signature[NSIGNATURE]; +char signature1[NSIGNATURE]; +char signature2[NSIGNATURE]; + +#endif