Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / baum.h
1 /*
2   Last changed Time-stamp: <2001-08-02 14:50:41 xtof>
3   c  Christoph Flamm and Ivo L Hofacker
4   {xtof,ivo}@tbi.univie.ac.at
5   Kinfold: $Name:  $
6   $Id: baum.h,v 1.1 2001/08/02 16:48:58 xtof Exp $
7 */
8
9 #ifndef BAUM_H
10 #define BAUM_H
11
12 /* used in main.c */
13 extern void ini_or_reset_rl(void);
14 extern void move_it(void);
15 extern void clean_up_rl(void);
16
17 /* used in nachbar.c */
18 extern void update_tree(int i,int j);
19
20 #endif