X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=svrt_generator.h;h=5fb4d0fdb2ca013aaa63fb04ae5b46a9acc8496c;hb=34aeb8100a6c19dae72779f9e46a0acbb5a069c7;hp=bdfe5c1959cca6fe5d8972afa32f046a9c80f0f7;hpb=f542d0542b1e51ca7dd12bc6b96f6a299371ae8d;p=pysvrt.git diff --git a/svrt_generator.h b/svrt_generator.h index bdfe5c1..5fb4d0f 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 pysvrt. 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 }