Added a function to clone an interaction.
[pspp-builds.git] / src / math / interaction.h
index ccd6706f51f4252d2c13e99b800cf76edf81a47e..23bd4f219eaf2813b06f240f91ca27e06ec61a50 100644 (file)
@@ -33,6 +33,7 @@ struct interaction
 };
 
 struct interaction * interaction_create (const struct variable *);
+struct interaction * interaction_clone (const struct interaction *);
 void interaction_destroy (struct interaction *);
 void interaction_add_variable (struct interaction *, const struct variable *);
 void interaction_dump (const struct interaction *);