00001 #ifndef __VIENNA_RNA_PACKAGE_FIND_PATH_H__ 00002 #define __VIENNA_RNA_PACKAGE_FIND_PATH_H__ 00003 00004 #include "data_structures.h" 00005 00023 int find_saddle(const char *seq, 00024 const char *struc1, 00025 const char *struc2, 00026 int max); 00027 00028 00041 path_t* get_path( const char *seq, 00042 const char *s1, 00043 const char* s2, 00044 int maxkeep); 00045 00051 void free_path(path_t *path); 00052 00053 #endif