kopia lustrzana https://gitlab.com/sane-project/backends
Standardization of method signatures.
rodzic
df59815895
commit
a23dfbfff5
|
@ -188,6 +188,7 @@ get_JPEG_data(capabilities_t __sane_unused__ *scanner,
|
|||
int __sane_unused__ *h,
|
||||
int __sane_unused__ *bps)
|
||||
{
|
||||
return (SANE_STATUS_INVAL);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -137,6 +137,7 @@ get_PNG_data(capabilities_t __sane_unused__ *scanner,
|
|||
int __sane_unused__ *h,
|
||||
int __sane_unused__ *bps)
|
||||
{
|
||||
return (SANE_STATUS_INVAL);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue