diff options
Diffstat (limited to 'backend/umax_pp_low.h')
-rw-r--r-- | backend/umax_pp_low.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/umax_pp_low.h b/backend/umax_pp_low.h index 7cef9dd..253ef6a 100644 --- a/backend/umax_pp_low.h +++ b/backend/umax_pp_low.h @@ -1,5 +1,5 @@ /* sane - Scanner Access Now Easy. - Copyright (C) 2001-2012 Stéphane Voltz <stef.dev@free.fr> + Copyright (C) 2001-2012 Stéphane Voltz <stef.dev@free.fr> This file is part of the SANE package. This program is free software; you can redistribute it and/or @@ -46,7 +46,7 @@ /*****************************************************************************/ /* set port to 'idle state' and get iopl */ /*****************************************************************************/ -extern int sanei_umax_pp_initPort (int port, char *name); +extern int sanei_umax_pp_initPort (int port, const char *name); extern int sanei_umax_pp_initScanner (int recover); extern int sanei_umax_pp_initTransport (int recover); extern int sanei_umax_pp_endSession (void); |