relocate a proto

This commit is contained in:
John Cupitt 2012-06-18 18:50:12 +01:00
parent f5134a2afd
commit b0edbc0aa9
1 changed files with 2 additions and 0 deletions

View File

@ -272,6 +272,8 @@ int im__fmaskcir( VipsImage *out, VipsMaskType flag, va_list ap );
VipsPel *vips__vector_to_ink( const char *domain,
VipsImage *im, double *vec, int n );
VipsPel *im__vector_to_ink( const char *domain,
VipsImage *im, int n, double *vec );
VipsImage *im__inplace_base( const char *domain,
VipsImage *main, VipsImage *sub, VipsImage *out );