// ============================================================= //
//                                                               //
//   File      : pvp.h                                           //
//   Purpose   :                                                 //
//                                                               //
//   Coded by Ralf Westram (coder@reallysoft.de) in April 2018   //
//   http://www.arb-home.de/                                     //
//                                                               //
// ============================================================= //

#ifndef PVP_H
#define PVP_H

#ifndef ARBDB_BASE_H
#include <arbdb_base.h>
#endif

GB_ERROR PVP_calculate(GBDATA *gb_main, const char *ali_name, const char *tree_name, const char *target_SAI_name);

#else
#error pvp.h included twice
#endif // PVP_H
