diff options
Diffstat (limited to 'backend/pixma_io.h')
-rw-r--r-- | backend/pixma_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/pixma_io.h b/backend/pixma_io.h index 9dc1afb..29bb38d 100644 --- a/backend/pixma_io.h +++ b/backend/pixma_io.h @@ -91,7 +91,7 @@ void pixma_io_cleanup (void); * array of pixma_config_t which is terminated by setting * pixma_config_t::name to \c NULL. * \return Number of devices found */ -unsigned pixma_collect_devices (const char ** conf_devices, +unsigned pixma_collect_devices (const char ** conf_devices, const struct pixma_config_t *const pixma_devices[]); |