pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-19
2002-05-19 15:25:24 by Per Hedbor <ph@opera.com>
66f7ff37066d3f5a019a5377f6bcc6a2671017e9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in documentation. Fixes [Bug
3095 (#3095)
]
Rev: src/modules/SANE/sane.c:1.11
34:
#define sp Pike_sp
-
RCSID("$Id: sane.c,v 1.
10
2002/05/
11
00
:
27
:
03
nilsson
Exp $");
+
RCSID("$Id: sane.c,v 1.
11
2002/05/
19
15
:
25
:
24
per
Exp $");
/* **! module SANE
43:
**! library from pike **! **! note
-
**! $Id: sane.c,v 1.
10
2002/05/
11
00
:
27
:
03
nilsson
Exp $
+
**! $Id: sane.c,v 1.
11
2002/05/
19
15
:
25
:
24
per
Exp $
*/ static int sane_is_inited;
71:
/*
-
**! method array(mapping) list
-
scanners()
+
**! method array(mapping) list
_
scanners()
**! **! Returns an array with all available scanners. **!