#ifndef POA_FUNC_H
#define POA_FUNC_H
#ifdef __cplusplus
extern "C" {
#endif
unsigned poa_func(char** seqs, int num_seqs, char* consensus, int consensus_len, int alignment_type, int match_score, int mismatch_score, int gap_open,
int gap_extend);
#ifdef __cplusplus
}
#endif
#endif