RNAlib-2.0.2
H/findpath.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_FIND_PATH_H__
00002 #define __VIENNA_RNA_PACKAGE_FIND_PATH_H__
00003 
00004 #include "data_structures.h"
00005 
00011 int     find_saddle(char *seq,
00012                     char *struc1,
00013                     char *struc2,
00014                     int max);
00015 
00016 
00017 path_t* get_path( char *seq,
00018                   char *s1,
00019                   char* s2,
00020                   int maxkeep);
00021 
00022 void    free_path(path_t *path);
00023 
00024 #endif