ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/CV.xs
(Generate patch)

Comparing CV/CV.xs (file contents):
Revision 1.55 by root, Sat Dec 23 08:05:32 2017 UTC vs.
Revision 1.56 by root, Wed Dec 27 17:48:16 2017 UTC

201 201
202 PerlIO_write (fp, a85_buf, a85_ptr - a85_buf); 202 PerlIO_write (fp, a85_buf, a85_ptr - a85_buf);
203} 203}
204 204
205///////////////////////////////////////////////////////////////////////////// 205/////////////////////////////////////////////////////////////////////////////
206// memory source for libjpeg
206 207
207static void cv_ms_init (j_decompress_ptr cinfo) 208static void cv_ms_init (j_decompress_ptr cinfo)
208{ 209{
209} 210}
210 211
254 255
255MODULE = Gtk2::CV PACKAGE = Gtk2::CV 256MODULE = Gtk2::CV PACKAGE = Gtk2::CV
256 257
257PROTOTYPES: ENABLE 258PROTOTYPES: ENABLE
258 259
260# calculate the common prefix length of two strings
259# missing function in perl. really :) 261# missing function in perl. really :)
260int 262int
261common_prefix_length (a, b) 263common_prefix_length (a, b)
262 unsigned char *a = (unsigned char *)SvPVutf8_nolen ($arg); 264 unsigned char *a = (unsigned char *)SvPVutf8_nolen ($arg);
263 unsigned char *b = (unsigned char *)SvPVutf8_nolen ($arg); 265 unsigned char *b = (unsigned char *)SvPVutf8_nolen ($arg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines