Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function display_boa
   modified by st10 on 12-3-10
--------------------------------------------------*/
#ifndef display_boa_H
#define display_boa_H

#include <string>
using namespace std;

void display_boa(boa *boa_ptr);

#endif