From 2e16b30c957cbaf799bed46e20fa8331f18b7490 Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Mon, 4 Oct 2010 12:33:08 +0000 Subject: last minute change, added flam3_print_to_string to exports git-svn-id: https://flam3.googlecode.com/svn/trunk@23 77852712-ef1d-11de-8684-7d64432d61a3 --- src/flam3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flam3.h b/src/flam3.h index 7a636a4..3c7cda7 100644 --- a/src/flam3.h +++ b/src/flam3.h @@ -554,7 +554,7 @@ EXPORT void flam3_interpolate(flam3_genome *genomes, int ngenomes, double time, /* print genome to given file with extra_attributes if not NULL */ void flam3_print(FILE *f, flam3_genome *g, char *extra_attributes, int print_edits); void flam3_print_xform(FILE *f, flam3_xform *x, int final_flag, int numstd, double *chaos_row, int motion_flag); -char *flam3_print_to_string(flam3_genome *cp); +EXPORT char *flam3_print_to_string(flam3_genome *cp); /* ivars is a list of variations to use, or flam3_variation_random */ /* ivars_n is the number of values in ivars to select from. */ -- cgit v1.2.3