oops proto
This commit is contained in:
parent
0a74a34096
commit
c12bf31c12
@ -58,7 +58,7 @@ int im_match_linear_search( VipsImage *ref, VipsImage *sec, VipsImage *out,
|
||||
|
||||
|
||||
|
||||
int vips_shrink( VipsImage *in, VipsImage *out,
|
||||
int vips_shrink( VipsImage *in, VipsImage **out,
|
||||
double xshrink, double yshrink, ... )
|
||||
__attribute__((sentinel));
|
||||
|
||||
|
@ -403,7 +403,7 @@ vips_shrink_init( VipsShrink *shrink )
|
||||
* Returns: 0 on success, -1 on error
|
||||
*/
|
||||
int
|
||||
vips_shrink( VipsImage *in, VipsImage *out,
|
||||
vips_shrink( VipsImage *in, VipsImage **out,
|
||||
double xshrink, double yshrink, ... )
|
||||
{
|
||||
va_list ap;
|
||||
|
Loading…
Reference in New Issue
Block a user