--- trunk/OOPSE/libBASS/parse_interface.h 2003/03/21 17:42:12 378 +++ trunk/OOPSE/libBASS/parse_interface.h 2004/01/19 16:08:21 957 @@ -1,7 +1,7 @@ #ifndef __INTERFACE_H__ #define __INTERFACE_H__ -#include +#include "node_list.h" /* * the following is used to clarify the namespcae of a given statement @@ -24,8 +24,11 @@ extern void init_torsion( int torsion_index ); extern void init_bond( int bond_index ); extern void init_bend( int bend_index ); extern void init_torsion( int torsion_index ); +extern void init_zconstraint( int zconstraint_index ); +extern void init_rigidbody( int rigidbody_index ); + /* * the next few deal with the statement initializations */