kopia lustrzana https://gitlab.com/sane-project/backends
Fixed function declaration.
rodzic
884a261295
commit
e2e71d97b6
|
@ -146,7 +146,7 @@ static const SANE_Device **devlist = NULL;
|
|||
|
||||
/* Display a buffer in the log. */
|
||||
static void
|
||||
hexdump (int level, char *comment, unsigned char *p, int l)
|
||||
hexdump (int level, const char *comment, unsigned char *p, int l)
|
||||
{
|
||||
int i;
|
||||
char line[128];
|
||||
|
|
|
@ -434,7 +434,7 @@ static const SANE_Device **devlist = NULL;
|
|||
|
||||
/* Display a buffer in the log. */
|
||||
static void
|
||||
hexdump (int level, char *comment, unsigned char *p, int l)
|
||||
hexdump (int level, const char *comment, unsigned char *p, int l)
|
||||
{
|
||||
int i;
|
||||
char line[128];
|
||||
|
|
|
@ -137,7 +137,7 @@ static const SANE_Device **devlist = NULL;
|
|||
|
||||
/* Display a buffer in the log. */
|
||||
static void
|
||||
hexdump (int level, char *comment, unsigned char *p, int l)
|
||||
hexdump (int level, const char *comment, unsigned char *p, int l)
|
||||
{
|
||||
int i;
|
||||
char line[128];
|
||||
|
|
|
@ -213,7 +213,7 @@ static const SANE_Device **devlist = NULL;
|
|||
|
||||
/* Display a buffer in the log. */
|
||||
static void
|
||||
hexdump (int level, char *comment, unsigned char *p, int l)
|
||||
hexdump (int level, const char *comment, unsigned char *p, int l)
|
||||
{
|
||||
int i;
|
||||
char line[128];
|
||||
|
|
|
@ -163,7 +163,7 @@ static const SANE_Device **devlist = NULL;
|
|||
|
||||
/* Display a buffer in the log. */
|
||||
static void
|
||||
hexdump (int level, char *comment, unsigned char *p, int l)
|
||||
hexdump (int level, const char *comment, unsigned char *p, int l)
|
||||
{
|
||||
int i;
|
||||
char line[128];
|
||||
|
|
Ładowanie…
Reference in New Issue