pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-03
2004-02-03 10:14:21 by Martin Nilsson <mani@lysator.liu.se>
0f77fd7a567efb1c50c2e91a884b1e9e7ee6e886 (
8
lines) (+
5
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning.
Rev: src/modules/Postgres/postgres.c:1.38
Rev: src/modules/SANE/sane.c:1.19
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: sane.c,v 1.
18
2003
/
10
/
13
17
:
42
:
08
grubba
Exp $
+
|| $Id: sane.c,v 1.
19
2004
/
02
/
03
10
:
14
:
21
nilsson
Exp $
*/ #include "config.h"
39:
#define sp Pike_sp
-
RCSID("$Id: sane.c,v 1.
18
2003
/
10
/
13
17
:
42
:
08
grubba
Exp $");
+
RCSID("$Id: sane.c,v 1.
19
2004
/
02
/
03
10
:
14
:
21
nilsson
Exp $");
/*! @module SANE *!
741:
free( rsp ); Pike_error("Failed to get select fd for scanning device!\n"); }
-
set_read_callback( fd, nonblocking_row_scan_callback, (void*)rsp );
+
set_read_callback( fd,
(file_callback)
nonblocking_row_scan_callback,
+
(void*)rsp );
push_int( 0 ); }