pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-21
2014-08-21 20:54:11 by Martin Nilsson <nilsson@opera.com>
c9eefb0283fc5149d6159e43399218d17384a7b1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Added void to zero argument functions.
49:
SANE_Handle h; };
-
static void init_sane()
+
static void init_sane(
void
)
{ if( sane_init( NULL, NULL ) ) Pike_error( "Sane init failed.\n" );
475:
} }
-
static void assert_image_program()
+
static void assert_image_program(
void
)
{ if( !image_program ) {