/***************************************************************************** * * prunebiostruc.h * *****************************************************************************/ #ifndef _PRUNEBIOSTRUC_ #define _PRUNEBIOSTRUC_ #include #include #include #include "strimprt.h" #define MAXNUM 50 #ifdef __cplusplus extern "C" { #endif BiostrucPtr LIBCALL PruneBiostruc(BiostrucPtr bsp, CharPtr chain); #ifdef __cplusplus } #endif #endif