Replace Progs/RNAalifold with x64 binary and add all other programs
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / nachbar.h
1 /*
2   Last changed Time-stamp: <2005-02-16 10:10:56 ivo>
3   c  Christoph Flamm and Ivo L Hofacker
4   {xtof,ivo}@tbi.univie.ac.at
5   Kinfold: $Name:  $
6   $Id: nachbar.h,v 1.2 2005/02/16 17:00:48 ivo Exp $
7 */
8
9 #ifndef NACHBAR_H
10 #define NACHBAR_H
11
12 /* used in baum.c */
13 extern void ini_nbList(int chords);
14 extern void update_nbList(int i,int j, int iE);
15
16 /* used in main.c */
17 extern int sel_nb(void);
18 extern void clean_up_nbList(void);
19
20 extern void grow_chain(void);
21 #endif