Fixed function declaration.

DEVEL_2_0_BRANCH-1
Frank Zago 2002-11-19 05:01:24 +00:00
rodzic 884a261295
commit e2e71d97b6
5 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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];

Wyświetl plik

@ -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];

Wyświetl plik

@ -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];

Wyświetl plik

@ -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];

Wyświetl plik

@ -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];