X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=blobdiff_plain;f=svrt_generator.h;h=7f6a3ad775afde70b2df02363f60e4a3181bbfef;hp=bdfe5c1959cca6fe5d8972afa32f046a9c80f0f7;hb=6c83bf23d43bdbf2a8cae2df4654b26d46d53046;hpb=f542d0542b1e51ca7dd12bc6b96f6a299371ae8d diff --git a/svrt_generator.h b/svrt_generator.h index bdfe5c1..7f6a3ad 100644 --- a/svrt_generator.h +++ b/svrt_generator.h @@ -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 }