WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / baum.h
diff --git a/binaries/src/ViennaRNA/Kinfold/baum.h b/binaries/src/ViennaRNA/Kinfold/baum.h
new file mode 100644 (file)
index 0000000..547ae45
--- /dev/null
@@ -0,0 +1,20 @@
+/*
+  Last changed Time-stamp: <2001-08-02 14:50:41 xtof>
+  c  Christoph Flamm and Ivo L Hofacker
+  {xtof,ivo}@tbi.univie.ac.at
+  Kinfold: $Name:  $
+  $Id: baum.h,v 1.1 2001/08/02 16:48:58 xtof Exp $
+*/
+
+#ifndef BAUM_H
+#define BAUM_H
+
+/* used in main.c */
+extern void ini_or_reset_rl(void);
+extern void move_it(void);
+extern void clean_up_rl(void);
+
+/* used in nachbar.c */
+extern void update_tree(int i,int j);
+
+#endif