oops proto

This commit is contained in:
John Cupitt 2012-06-15 14:21:33 +01:00
parent 0a74a34096
commit c12bf31c12
2 changed files with 2 additions and 2 deletions

View File

@ -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, ... ) double xshrink, double yshrink, ... )
__attribute__((sentinel)); __attribute__((sentinel));

View File

@ -403,7 +403,7 @@ vips_shrink_init( VipsShrink *shrink )
* Returns: 0 on success, -1 on error * Returns: 0 on success, -1 on error
*/ */
int int
vips_shrink( VipsImage *in, VipsImage *out, vips_shrink( VipsImage *in, VipsImage **out,
double xshrink, double yshrink, ... ) double xshrink, double yshrink, ... )
{ {
va_list ap; va_list ap;