Mercurial > hg > wm
comparison Meerwald/signature.h @ 3:acb6967ee76d
update to 0.5
| author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
|---|---|
| date | Tue, 14 Aug 2007 21:11:21 +0200 |
| parents | be303a3f5ea8 |
| children | bd669312f068 |
comparison
equal
deleted
inserted
replaced
| 2:b92f06d9a967 | 3:acb6967ee76d |
|---|---|
| 27 | 27 |
| 28 void init_signature2_bits(); | 28 void init_signature2_bits(); |
| 29 int get_signature2_bit(int n); | 29 int get_signature2_bit(int n); |
| 30 void set_signature2_bit(int n, int v); | 30 void set_signature2_bit(int n, int v); |
| 31 | 31 |
| 32 int binstr_to_sig(const char *binstr); | |
| 33 int binstr_to_sig1(const char *binstr); | |
| 34 int binstr_to_sig2(const char *binstr); | |
| 35 int sig_to_binstr(char *binstr); | |
| 36 int sig1_to_binstr(char *binstr); | |
| 37 int sig2_to_binstr(char *binstr); | |
| 38 | |
| 32 #endif | 39 #endif |
