X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt_generator.h;h=9f617cc03c6ee0e93c6dbb427915b4623ad72cea;hp=bdfe5c1959cca6fe5d8972afa32f046a9c80f0f7;hb=HEAD;hpb=f542d0542b1e51ca7dd12bc6b96f6a299371ae8d diff --git a/svrt_generator.h b/svrt_generator.h index bdfe5c1..9f617cc 100644 --- a/svrt_generator.h +++ b/svrt_generator.h @@ -19,7 +19,7 @@ * General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with selector. If not, see . + * along with svrt. If not, see . * */ @@ -35,7 +35,8 @@ struct VignetteSet { unsigned char *data; }; -void svrt_generate_vignettes(int n_problem, int nb_vignettes, struct VignetteSet *result); + void svrt_generate_vignettes(int n_problem, int nb_vignettes, long *labels, + struct VignetteSet *result); #ifdef __cplusplus }